SYMBOL INDEX (962 symbols across 193 files) FILE: samples/dotnet-watch/WatchJavascriptFiles/Program.cs class Program (line 11) | public class Program method Main (line 13) | public static void Main(string[] args) FILE: samples/dotnet-watch/WatchMultipleProjects/Test/UnitTest1.cs class UnitTest1 (line 9) | public class UnitTest1 method Test1 (line 11) | [Fact] FILE: samples/dotnet-watch/WatchMultipleProjects/Web/Program.cs class Program (line 11) | public class Program method Main (line 13) | public static void Main(string[] args) FILE: shared/CliContext.cs class CliContext (line 8) | public static class CliContext method IsGlobalVerbose (line 14) | public static bool IsGlobalVerbose() FILE: shared/CommandLineApplicationExtensions.cs class CommandLineApplicationExtensions (line 9) | internal static class CommandLineApplicationExtensions method HelpOption (line 11) | public static CommandOption HelpOption(this CommandLineApplication app) method VerboseOption (line 14) | public static CommandOption VerboseOption(this CommandLineApplication ... method OnExecute (line 17) | public static void OnExecute(this CommandLineApplication app, Action a... method VersionOptionFromAssemblyAttributes (line 24) | public static void VersionOptionFromAssemblyAttributes(this CommandLin... method GetInformationalVersion (line 27) | private static string GetInformationalVersion(Assembly assembly) FILE: shared/ConsoleReporter.cs class ConsoleReporter (line 9) | public class ConsoleReporter : IReporter method ConsoleReporter (line 13) | public ConsoleReporter(IConsole console) method ConsoleReporter (line 17) | public ConsoleReporter(IConsole console, bool verbose, bool quiet) method WriteLine (line 30) | protected virtual void WriteLine(TextWriter writer, string message, Co... method Error (line 48) | public virtual void Error(string message) method Warn (line 50) | public virtual void Warn(string message) method Output (line 53) | public virtual void Output(string message) method Verbose (line 62) | public virtual void Verbose(string message) FILE: shared/DebugHelper.cs class DebugHelper (line 10) | public static class DebugHelper method HandleDebugSwitch (line 12) | [Conditional("DEBUG")] FILE: shared/Ensure.cs class Ensure (line 8) | internal static class Ensure method NotNull (line 10) | public static T NotNull(T obj, string paramName) method NotNullOrEmpty (line 20) | public static string NotNullOrEmpty(string obj, string paramName) FILE: shared/IConsole.cs type IConsole (line 9) | public interface IConsole method ResetColor (line 19) | void ResetColor(); FILE: shared/IReporter.cs type IReporter (line 6) | public interface IReporter method Verbose (line 8) | void Verbose(string message); method Output (line 9) | void Output(string message); method Warn (line 10) | void Warn(string message); method Error (line 11) | void Error(string message); FILE: shared/NullReporter.cs class NullReporter (line 6) | public class NullReporter : IReporter method NullReporter (line 8) | private NullReporter() method Verbose (line 13) | public void Verbose(string message) method Output (line 16) | public void Output(string message) method Warn (line 19) | public void Warn(string message) method Error (line 22) | public void Error(string message) FILE: shared/PhysicalConsole.cs class PhysicalConsole (line 9) | public class PhysicalConsole : IConsole method PhysicalConsole (line 11) | private PhysicalConsole() method ResetColor (line 34) | public void ResetColor() => Console.ResetColor(); FILE: src/Microsoft.AspNetCore.DeveloperCertificates.XPlat/CertificateGenerator.cs class CertificateGenerator (line 6) | public static class CertificateGenerator method GenerateAspNetHttpsCertificate (line 8) | public static void GenerateAspNetHttpsCertificate() FILE: src/Microsoft.HttpRepl/AggregateDirectoryStructure.cs class AggregateDirectoryStructure (line 10) | public class AggregateDirectoryStructure : IDirectoryStructure method AggregateDirectoryStructure (line 15) | public AggregateDirectoryStructure(IDirectoryStructure first, IDirecto... method GetChildDirectory (line 34) | public IDirectoryStructure GetChildDirectory(string name) FILE: src/Microsoft.HttpRepl/Commands/BaseHttpCommand.cs class BaseHttpCommand (line 27) | public abstract class BaseHttpCommand : CommandWithStructuredInputBase WaitForCompletionAsync(ValueTask ... method FormatXmlAsync (line 440) | private static async Task FormatXmlAsync(IWritable consoleManage... method FormatJsonAsync (line 457) | private static async Task FormatJsonAsync(HttpState programState... method GetHelpDetails (line 476) | protected override string GetHelpDetails(IShellState shellState, HttpS... method GetHelpSummary (line 492) | public override string GetHelpSummary(IShellState shellState, HttpStat... method GetArgumentSuggestionsForText (line 497) | protected override IEnumerable GetArgumentSuggestionsForText(I... method GetOptionValueCompletions (line 539) | protected override IEnumerable GetOptionValueCompletions(IShel... FILE: src/Microsoft.HttpRepl/Commands/ChangeDirectoryCommand.cs class ChangeDirectoryCommand (line 18) | public class ChangeDirectoryCommand : CommandWithStructuredInputBase GetArgumentSuggestionsForText(I... FILE: src/Microsoft.HttpRepl/Commands/ClearCommand.cs class ClearCommand (line 14) | public class ClearCommand : ICommand method CanHandle (line 19) | public bool? CanHandle(IShellState shellState, object programState, IC... method ExecuteAsync (line 26) | public Task ExecuteAsync(IShellState shellState, object programState, ... method GetHelpDetails (line 33) | public string GetHelpDetails(IShellState shellState, object programSta... method GetHelpSummary (line 43) | public string GetHelpSummary(IShellState shellState, object programState) method Suggest (line 48) | public IEnumerable Suggest(IShellState shellState, object prog... FILE: src/Microsoft.HttpRepl/Commands/ConfigCommand.cs class ConfigCommand (line 18) | public class ConfigCommand : CommandWithStructuredInputBase GetArgumentSuggestionsForText(I... FILE: src/Microsoft.HttpRepl/Commands/ExitCommand.cs class ExitCommand (line 14) | public class ExitCommand : CommandWithStructuredInputBase method CanHandle (line 22) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 29) | public async Task ExecuteAsync(IShellState shellState, HttpState progr... method GetHelpDetails (line 145) | public string GetHelpDetails(IShellState shellState, HttpState program... method GetHelpSummary (line 162) | public string GetHelpSummary(IShellState shellState, HttpState program... method Suggest (line 167) | public IEnumerable Suggest(IShellState shellState, HttpState p... method CoreGetHelp (line 204) | public void CoreGetHelp(IShellState shellState, ICommandDispatcher GetArgumentSuggestionsForText(I... FILE: src/Microsoft.HttpRepl/Commands/OptionsCommand.cs class OptionsCommand (line 6) | public class OptionsCommand : BaseHttpCommand FILE: src/Microsoft.HttpRepl/Commands/PatchCommand.cs class PatchCommand (line 6) | public class PatchCommand : BaseHttpCommand FILE: src/Microsoft.HttpRepl/Commands/PostCommand.cs class PostCommand (line 6) | public class PostCommand : BaseHttpCommand FILE: src/Microsoft.HttpRepl/Commands/PrefCommand.cs class PrefCommand (line 18) | public class PrefCommand : CommandWithStructuredInputBase GetArgumentSuggestionsForText(I... FILE: src/Microsoft.HttpRepl/Commands/PutCommand.cs class PutCommand (line 6) | public class PutCommand : BaseHttpCommand FILE: src/Microsoft.HttpRepl/Commands/RunCommand.cs class RunCommand (line 19) | public class RunCommand : ICommand method CanHandle (line 23) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 30) | public async Task ExecuteAsync(IShellState shellState, HttpState progr... method GetHelpDetails (line 49) | public string GetHelpDetails(IShellState shellState, HttpState program... method GetHelpSummary (line 65) | public string GetHelpSummary(IShellState shellState, HttpState program... method Suggest (line 70) | public IEnumerable Suggest(IShellState shellState, HttpState p... FILE: src/Microsoft.HttpRepl/Commands/SetBaseCommand.cs class SetBaseCommand (line 18) | public class SetBaseCommand : ICommand method CanHandle (line 25) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 32) | public async Task ExecuteAsync(IShellState shellState, HttpState state... method EnsureTrailingSlash (line 85) | private string EnsureTrailingSlash(string v) method GetHelpDetails (line 95) | public string GetHelpDetails(IShellState shellState, HttpState program... method GetHelpSummary (line 110) | public string GetHelpSummary(IShellState shellState, HttpState program... method Suggest (line 115) | public IEnumerable Suggest(IShellState shellState, HttpState p... FILE: src/Microsoft.HttpRepl/Commands/SetDiagCommand.cs class SetDiagCommand (line 18) | public class SetDiagCommand : ICommand method CanHandle (line 25) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 32) | public async Task ExecuteAsync(IShellState shellState, HttpState progr... method FillDirectoryInfo (line 93) | private static void FillDirectoryInfo(DirectoryStructure parent, strin... method GetHelpSummary (line 106) | public string GetHelpSummary(IShellState shellState, HttpState program... method GetHelpDetails (line 111) | public string GetHelpDetails(IShellState shellState, HttpState program... method Suggest (line 121) | public IEnumerable Suggest(IShellState shellState, HttpState p... FILE: src/Microsoft.HttpRepl/Commands/SetHeaderCommand.cs class SetHeaderCommand (line 18) | public class SetHeaderCommand : ICommand method CanHandle (line 25) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 32) | public Task ExecuteAsync(IShellState shellState, HttpState programStat... method GetHelpDetails (line 46) | public string GetHelpDetails(IShellState shellState, HttpState program... method GetHelpSummary (line 56) | public string GetHelpSummary(IShellState shellState, HttpState program... method Suggest (line 61) | public IEnumerable Suggest(IShellState shellState, HttpState p... FILE: src/Microsoft.HttpRepl/Commands/SetSwaggerCommand.cs class SetSwaggerCommand (line 21) | public class SetSwaggerCommand : ICommand method FillDirectoryInfo (line 28) | private static void FillDirectoryInfo(DirectoryStructure parent, Endpo... method GetBodyString (line 65) | private static string GetBodyString(string contentType, IEnumerable> GetSwaggerDoc... method GetHelpSummary (line 194) | public string GetHelpSummary(IShellState shellState, HttpState program... method GetHelpDetails (line 199) | public string GetHelpDetails(IShellState shellState, HttpState program... method Suggest (line 209) | public IEnumerable Suggest(IShellState shellState, HttpState p... method CanHandle (line 229) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 236) | public async Task ExecuteAsync(IShellState shellState, HttpState progr... method CreateDirectoryStructureForSwaggerEndpointAsync (line 254) | internal static async Task CreateDirectoryStructureForSwaggerEndpointA... FILE: src/Microsoft.HttpRepl/Commands/TreeNode.cs class TreeNode (line 9) | public class TreeNode method TreeNode (line 17) | public TreeNode(Formatter formatter, string prefix, string entry) method TreeNode (line 22) | private TreeNode(Formatter formatter, string prefix, string entry, int... method AddChild (line 31) | public TreeNode AddChild(string prefix, string entry) method ToString (line 38) | public override string ToString() FILE: src/Microsoft.HttpRepl/Commands/UICommand.cs class UICommand (line 17) | public class UICommand : ICommand method CanHandle (line 21) | public bool? CanHandle(IShellState shellState, HttpState programState,... method ExecuteAsync (line 28) | public Task ExecuteAsync(IShellState shellState, HttpState programStat... method GetHelpDetails (line 55) | public string GetHelpDetails(IShellState shellState, HttpState program... method GetHelpSummary (line 65) | public string GetHelpSummary(IShellState shellState, HttpState program... method Suggest (line 70) | public IEnumerable Suggest(IShellState shellState, HttpState p... FILE: src/Microsoft.HttpRepl/Diagnostics/ConfigItem.cs class ConfigItem (line 6) | public class ConfigItem FILE: src/Microsoft.HttpRepl/Diagnostics/DiagEndpoint.cs class DiagEndpoint (line 6) | public class DiagEndpoint FILE: src/Microsoft.HttpRepl/Diagnostics/DiagEndpointMetadata.cs class DiagEndpointMetadata (line 6) | public class DiagEndpointMetadata FILE: src/Microsoft.HttpRepl/Diagnostics/DiagItem.cs class DiagItem (line 6) | public class DiagItem FILE: src/Microsoft.HttpRepl/Diagnostics/DiagnosticsState.cs class DiagnosticsState (line 8) | public class DiagnosticsState FILE: src/Microsoft.HttpRepl/DirectoryStructure.cs class DirectoryStructure (line 10) | public class DirectoryStructure : IDirectoryStructure method DirectoryStructure (line 14) | public DirectoryStructure(IDirectoryStructure parent) method DeclareDirectory (line 23) | public DirectoryStructure DeclareDirectory(string name) method GetChildDirectory (line 33) | public IDirectoryStructure GetChildDirectory(string name) class RequestInfo (line 53) | public class RequestInfo : IRequestInfo method GetRequestBodyForContentType (line 65) | public string GetRequestBodyForContentType(ref string contentType, str... method SetRequestBody (line 86) | public void SetRequestBody(string method, string contentType, string b... method AddMethod (line 104) | public void AddMethod(string method) method SetFallbackRequestBody (line 109) | public void SetFallbackRequestBody(string method, string contentType, ... FILE: src/Microsoft.HttpRepl/DirectoryStructureExtensions.cs class DirectoryStructureExtensions (line 9) | public static class DirectoryStructureExtensions method GetDirectoryListingAtPath (line 11) | public static IEnumerable GetDirectoryListingAtPath(this IDire... method TraverseTo (line 16) | public static IDirectoryStructure TraverseTo(this IDirectoryStructure ... method TraverseTo (line 22) | public static IDirectoryStructure TraverseTo(this IDirectoryStructure ... FILE: src/Microsoft.HttpRepl/Formatting/JsonVisitor.cs class JsonVisitor (line 12) | public static class JsonVisitor method FormatAndColorize (line 14) | public static string FormatAndColorize(IJsonConfig config, string json... FILE: src/Microsoft.HttpRepl/HttpState.cs class HttpState (line 16) | public class HttpState method HttpState (line 72) | public HttpState() method GetPrompt (line 87) | public string GetPrompt() method LoadPreferences (line 92) | private void LoadPreferences() method CreateDefaultPreferencs (line 112) | private IReadOnlyDictionary CreateDefaultPreferencs() method SavePreferences (line 128) | public bool SavePreferences() method GetExampleBody (line 151) | public string GetExampleBody(string path, ref string contentType, stri... method GetApplicableContentTypes (line 159) | public IEnumerable GetApplicableContentTypes(string method, st... method GetEffectivePath (line 182) | public Uri GetEffectivePath(string commandSpecifiedPath) method GetEffectivePath (line 276) | public Uri GetEffectivePath(IReadOnlyList sections, bool requi... FILE: src/Microsoft.HttpRepl/IDirectoryStructure.cs type IDirectoryStructure (line 8) | public interface IDirectoryStructure method GetChildDirectory (line 14) | IDirectoryStructure GetChildDirectory(string name); FILE: src/Microsoft.HttpRepl/IRequestInfo.cs type IRequestInfo (line 8) | public interface IRequestInfo method GetRequestBodyForContentType (line 14) | string GetRequestBodyForContentType(ref string contentType, string met... FILE: src/Microsoft.HttpRepl/OpenApi/Either.cs class Either (line 6) | public class Either method Either (line 8) | public Either(TOption1 option1) method Either (line 14) | public Either(TOption2 option2) FILE: src/Microsoft.HttpRepl/OpenApi/EitherConverter.cs class EitherConverter (line 9) | public class EitherConverter : JsonConverter method CanConvert (line 11) | public override bool CanConvert(Type objectType) method ReadJson (line 16) | public override object ReadJson(JsonReader reader, Type objectType, ob... method WriteJson (line 30) | public override void WriteJson(JsonWriter writer, object value, JsonSe... FILE: src/Microsoft.HttpRepl/OpenApi/EndpointMetadata.cs class EndpointMetadata (line 8) | public class EndpointMetadata method EndpointMetadata (line 10) | public EndpointMetadata(string path, IReadOnlyDictionary Read(JObject document) FILE: src/Microsoft.HttpRepl/OpenApi/IEndpointMetadataReader.cs type IEndpointMetadataReader (line 9) | public interface IEndpointMetadataReader method CanHandle (line 11) | bool CanHandle(JObject document); method ReadMetadata (line 13) | IEnumerable ReadMetadata(JObject document); FILE: src/Microsoft.HttpRepl/OpenApi/OpenApiV3EndpointMetadataReader.cs class OpenApiV3EndpointMetadataReader (line 11) | public class OpenApiV3EndpointMetadataReader : IEndpointMetadataReader method CanHandle (line 13) | public bool CanHandle(JObject document) method ReadMetadata (line 18) | public IEnumerable ReadMetadata(JObject document) FILE: src/Microsoft.HttpRepl/OpenApi/Parameter.cs class Parameter (line 6) | public class Parameter FILE: src/Microsoft.HttpRepl/OpenApi/PointerUtil.cs class PointerUtil (line 13) | public static class PointerUtil method ResolvePointersAsync (line 15) | public static Task ResolvePointersAsync(Uri loadLocation, JTok... method ResolvePointersAsync (line 20) | private static async Task ResolvePointersAsync(Uri loadLocatio... FILE: src/Microsoft.HttpRepl/OpenApi/Schema.cs class Schema (line 11) | public class Schema method PrepareForUsage (line 13) | public void PrepareForUsage(JToken document) FILE: src/Microsoft.HttpRepl/OpenApi/SwaggerV1EndpointMetadataReader.cs method CanHandle (line 13) | public bool CanHandle(JObject document) FILE: src/Microsoft.HttpRepl/OpenApi/SwaggerV2EndpointMetadataReader.cs class SwaggerV2EndpointMetadataReader (line 11) | public class SwaggerV2EndpointMetadataReader : IEndpointMetadataReader method CanHandle (line 13) | public bool CanHandle(JObject document) method ReadMetadata (line 18) | public IEnumerable ReadMetadata(JObject document) FILE: src/Microsoft.HttpRepl/Preferences/IJsonConfig.cs type IJsonConfig (line 8) | public interface IJsonConfig FILE: src/Microsoft.HttpRepl/Preferences/JsonConfig.cs class JsonConfig (line 8) | public class JsonConfig : IJsonConfig method JsonConfig (line 40) | public JsonConfig(HttpState state) FILE: src/Microsoft.HttpRepl/Preferences/RequestConfig.cs class RequestConfig (line 8) | public class RequestConfig : RequestOrResponseConfig method RequestConfig (line 10) | public RequestConfig(HttpState state) FILE: src/Microsoft.HttpRepl/Preferences/RequestOrResponseConfig.cs class RequestOrResponseConfig (line 8) | public abstract class RequestOrResponseConfig method RequestOrResponseConfig (line 12) | protected RequestOrResponseConfig(HttpState state) FILE: src/Microsoft.HttpRepl/Preferences/ResponseConfig.cs class ResponseConfig (line 8) | public class ResponseConfig : RequestOrResponseConfig method ResponseConfig (line 10) | public ResponseConfig(HttpState state) FILE: src/Microsoft.HttpRepl/Preferences/WellKnownPreference.cs class WellKnownPreference (line 11) | public static class WellKnownPreference class Catalog (line 13) | public static class Catalog method GetColorPreference (line 176) | public static AllowedColors GetColorPreference(this HttpState programS... method GetIntPreference (line 186) | public static int GetIntPreference(this HttpState programState, string... method GetStringPreference (line 196) | public static string GetStringPreference(this HttpState programState, ... FILE: src/Microsoft.HttpRepl/Program.cs class Program (line 15) | class Program method Main (line 17) | static async Task Main(string[] args) FILE: src/Microsoft.HttpRepl/Suggestions/HeaderCompletion.cs class HeaderCompletion (line 10) | public class HeaderCompletion method GetCompletions (line 70) | public static IEnumerable GetCompletions(IReadOnlyCollection GetValueCompletions(string method, s... FILE: src/Microsoft.HttpRepl/Suggestions/ServerPathCompletion.cs class ServerPathCompletion (line 10) | public static class ServerPathCompletion method GetCompletions (line 12) | public static IEnumerable GetCompletions(HttpState programStat... FILE: src/Microsoft.Repl/Commanding/CommandHistory.cs class CommandHistory (line 9) | public class CommandHistory : ICommandHistory method CommandHistory (line 16) | public CommandHistory(int maxEntries = 50) method AddCommand (line 21) | public void AddCommand(string command) method GetNextCommand (line 36) | public string GetNextCommand() method GetPreviousCommand (line 52) | public string GetPreviousCommand() method SuspendHistory (line 72) | public IDisposable SuspendHistory() FILE: src/Microsoft.Repl/Commanding/CommandInputLocation.cs type CommandInputLocation (line 6) | public enum CommandInputLocation FILE: src/Microsoft.Repl/Commanding/CommandInputProcessingIssue.cs class CommandInputProcessingIssue (line 6) | public class CommandInputProcessingIssue method CommandInputProcessingIssue (line 12) | public CommandInputProcessingIssue(CommandInputProcessingIssueKind kin... FILE: src/Microsoft.Repl/Commanding/CommandInputProcessingIssueKind.cs type CommandInputProcessingIssueKind (line 6) | public enum CommandInputProcessingIssueKind FILE: src/Microsoft.Repl/Commanding/CommandInputSpecification.cs class CommandInputSpecification (line 8) | public class CommandInputSpecification method CommandInputSpecification (line 20) | public CommandInputSpecification(IReadOnlyList> ... method Create (line 40) | public static CommandInputSpecificationBuilder Create(string baseName,... FILE: src/Microsoft.Repl/Commanding/CommandInputSpecificationBuilder.cs class CommandInputSpecificationBuilder (line 9) | public class CommandInputSpecificationBuilder method CommandInputSpecificationBuilder (line 17) | public CommandInputSpecificationBuilder(IReadOnlyList name) method WithOptionPreamble (line 23) | public CommandInputSpecificationBuilder WithOptionPreamble(char option... method ExactArgCount (line 29) | public CommandInputSpecificationBuilder ExactArgCount(int count) method MinimumArgCount (line 36) | public CommandInputSpecificationBuilder MinimumArgCount(int count) method MaximumArgCount (line 47) | public CommandInputSpecificationBuilder MaximumArgCount(int count) method WithOption (line 59) | public CommandInputSpecificationBuilder WithOption(CommandOptionSpecif... method Finish (line 65) | public CommandInputSpecification Finish() method AlternateName (line 70) | public CommandInputSpecificationBuilder AlternateName(string baseName,... FILE: src/Microsoft.Repl/Commanding/CommandOptionSpecification.cs class CommandOptionSpecification (line 8) | public class CommandOptionSpecification method CommandOptionSpecification (line 22) | public CommandOptionSpecification(string id, bool acceptsValue = false... FILE: src/Microsoft.Repl/Commanding/CommandWithStructuredInputBase.cs class CommandWithStructuredInputBase (line 13) | public abstract class CommandWithStructuredInputBase Suggest(IShellState shellState, TProgramSta... method GetOptionValueCompletions (line 147) | protected virtual IEnumerable GetOptionValueCompletions(IShell... method GetArgumentSuggestionsForText (line 152) | protected virtual IEnumerable GetArgumentSuggestionsForText(IS... method GetOptionCompletions (line 157) | private IEnumerable GetOptionCompletions(DefaultCommandInput Create Create Cr... method Create (line 32) | public static DefaultCommandDispatcher Cr... method DefaultCommandDispatcher (line 41) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 46) | public DefaultCommandDispatcher(Action onReady, TProgramS... method DefaultCommandDispatcher (line 61) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 66) | public DefaultCommandDispatcher(Action onReady, TProgramS... method AddCommand (line 73) | public void AddCommand(ICommand command) method CollectSuggestions (line 82) | public IReadOnlyList CollectSuggestions(IShellState shellState) method ExecuteCommandAsync (line 101) | public async Task ExecuteCommandAsync(IShellState shellState, Cancella... method ExecuteCommandInternalAsync (line 135) | private async Task ExecuteCommandInternalAsync(IShellState shellState,... method OnReady (line 163) | public void OnReady(IShellState shellState) class DefaultCommandDispatcher (line 39) | public class DefaultCommandDispatcher : DefaultCommandDis... method Create (line 16) | public static DefaultCommandDispatcher Create Create Cr... method Create (line 32) | public static DefaultCommandDispatcher Cr... method DefaultCommandDispatcher (line 41) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 46) | public DefaultCommandDispatcher(Action onReady, TProgramS... method DefaultCommandDispatcher (line 61) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 66) | public DefaultCommandDispatcher(Action onReady, TProgramS... method AddCommand (line 73) | public void AddCommand(ICommand command) method CollectSuggestions (line 82) | public IReadOnlyList CollectSuggestions(IShellState shellState) method ExecuteCommandAsync (line 101) | public async Task ExecuteCommandAsync(IShellState shellState, Cancella... method ExecuteCommandInternalAsync (line 135) | private async Task ExecuteCommandInternalAsync(IShellState shellState,... method OnReady (line 163) | public void OnReady(IShellState shellState) class DefaultCommandDispatcher (line 52) | public class DefaultCommandDispatcher : ICo... method Create (line 16) | public static DefaultCommandDispatcher Create Create Cr... method Create (line 32) | public static DefaultCommandDispatcher Cr... method DefaultCommandDispatcher (line 41) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 46) | public DefaultCommandDispatcher(Action onReady, TProgramS... method DefaultCommandDispatcher (line 61) | public DefaultCommandDispatcher(Func getPrompt, TProgramState ... method DefaultCommandDispatcher (line 66) | public DefaultCommandDispatcher(Action onReady, TProgramS... method AddCommand (line 73) | public void AddCommand(ICommand command) method CollectSuggestions (line 82) | public IReadOnlyList CollectSuggestions(IShellState shellState) method ExecuteCommandAsync (line 101) | public async Task ExecuteCommandAsync(IShellState shellState, Cancella... method ExecuteCommandInternalAsync (line 135) | private async Task ExecuteCommandInternalAsync(IShellState shellState,... method OnReady (line 163) | public void OnReady(IShellState shellState) FILE: src/Microsoft.Repl/Commanding/DefaultCommandInput.cs class DefaultCommandInput (line 11) | public class DefaultCommandInput method DefaultCommandInput (line 14) | public DefaultCommandInput(IReadOnlyList commandName, IR... method TryProcess (line 22) | public static bool TryProcess(CommandInputSpecification spec, TParseRe... method TryProcessCommandName (line 181) | private static bool TryProcessCommandName(IReadOnlyList comman... FILE: src/Microsoft.Repl/Commanding/ICommand.cs type ICommand (line 11) | public interface ICommand method GetHelpSummary (line 14) | string GetHelpSummary(IShellState shellState, TProgramState programSta... method GetHelpDetails (line 16) | string GetHelpDetails(IShellState shellState, TProgramState programSta... method Suggest (line 18) | IEnumerable Suggest(IShellState shellState, TProgramState prog... method CanHandle (line 20) | bool? CanHandle(IShellState shellState, TProgramState programState, TP... method ExecuteAsync (line 22) | Task ExecuteAsync(IShellState shellState, TProgramState programState, ... FILE: src/Microsoft.Repl/Commanding/ICommandDispatcher.cs type ICommandDispatcher (line 11) | public interface ICommandDispatcher method CollectSuggestions (line 15) | IReadOnlyList CollectSuggestions(IShellState shellState); method OnReady (line 17) | void OnReady(IShellState shellState); method ExecuteCommandAsync (line 19) | Task ExecuteCommandAsync(IShellState shellState, CancellationToken can... type ICommandDispatcher (line 22) | public interface ICommandDispatcher :... method CollectSuggestions (line 15) | IReadOnlyList CollectSuggestions(IShellState shellState); method OnReady (line 17) | void OnReady(IShellState shellState); method ExecuteCommandAsync (line 19) | Task ExecuteCommandAsync(IShellState shellState, CancellationToken can... FILE: src/Microsoft.Repl/Commanding/ICommandHistory.cs type ICommandHistory (line 8) | public interface ICommandHistory method GetPreviousCommand (line 10) | string GetPreviousCommand(); method GetNextCommand (line 12) | string GetNextCommand(); method AddCommand (line 14) | void AddCommand(string command); method SuspendHistory (line 16) | IDisposable SuspendHistory(); FILE: src/Microsoft.Repl/Commanding/InputElement.cs class InputElement (line 6) | public class InputElement method InputElement (line 18) | public InputElement(CommandInputLocation location, string text, string... method InputElement (line 23) | public InputElement(InputElement owner, CommandInputLocation location,... FILE: src/Microsoft.Repl/ConsoleHandling/AllowedColors.cs type AllowedColors (line 8) | [Flags] FILE: src/Microsoft.Repl/ConsoleHandling/AnsiColorExtensions.cs class AnsiColorExtensions (line 6) | public static class AnsiColorExtensions method Black (line 8) | public static string Black(this string text) method Red (line 13) | public static string Red(this string text) method Green (line 17) | public static string Green(this string text) method Yellow (line 22) | public static string Yellow(this string text) method Blue (line 27) | public static string Blue(this string text) method Magenta (line 32) | public static string Magenta(this string text) method Cyan (line 37) | public static string Cyan(this string text) method White (line 42) | public static string White(this string text) method Bold (line 47) | public static string Bold(this string text) method SetColor (line 52) | public static string SetColor(this string text, AllowedColors color) FILE: src/Microsoft.Repl/ConsoleHandling/AnsiConsole.cs class AnsiConsole (line 9) | public class AnsiConsole method AnsiConsole (line 11) | private AnsiConsole(TextWriter writer) method GetOutput (line 20) | public static AnsiConsole GetOutput() method GetError (line 25) | public static AnsiConsole GetError() method SetColor (line 34) | private void SetColor(ConsoleColor color) method SetBold (line 45) | private void SetBold(bool bold) method WriteLine (line 57) | public void WriteLine(string message) method Write (line 63) | public void Write(char message) method Write (line 68) | public void Write(string message) FILE: src/Microsoft.Repl/ConsoleHandling/ConsoleManager.cs class ConsoleManager (line 11) | public class ConsoleManager : IConsoleManager method ConsoleManager (line 29) | public ConsoleManager() method Clear (line 35) | public void Clear() method MoveCaret (line 44) | public void MoveCaret(int positions) method ReadKey (line 122) | public ConsoleKeyInfo ReadKey(CancellationToken cancellationToken) method ResetCommandStart (line 139) | public void ResetCommandStart() method Write (line 144) | public void Write(char c) method Write (line 152) | public void Write(string s) method WriteLine (line 160) | public void WriteLine() method WriteLine (line 168) | public void WriteLine(string s) method AddBreakHandler (line 181) | public IDisposable AddBreakHandler(Action handler) method CaretUpdateScope (line 188) | private IDisposable CaretUpdateScope() method OnCancelKeyPress (line 199) | private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e) method ReleaseBreakHandler (line 206) | private void ReleaseBreakHandler(Action handler) FILE: src/Microsoft.Repl/ConsoleHandling/IConsoleManager.cs type IConsoleManager (line 9) | public interface IConsoleManager : IWritable method Clear (line 21) | void Clear(); method MoveCaret (line 23) | void MoveCaret(int positions); method ReadKey (line 25) | ConsoleKeyInfo ReadKey(CancellationToken cancellationToken); method ResetCommandStart (line 27) | void ResetCommandStart(); method AddBreakHandler (line 29) | IDisposable AddBreakHandler(Action onBreak); FILE: src/Microsoft.Repl/ConsoleHandling/IWritable.cs type IWritable (line 6) | public interface IWritable method Write (line 8) | void Write(char c); method Write (line 10) | void Write(string s); method WriteLine (line 12) | void WriteLine(); method WriteLine (line 14) | void WriteLine(string s); FILE: src/Microsoft.Repl/ConsoleHandling/Point.cs type Point (line 6) | public struct Point method Point (line 12) | public Point(int x, int y) method Equals (line 38) | public override bool Equals(object obj) method GetHashCode (line 43) | public override int GetHashCode() method ToString (line 48) | public override string ToString() FILE: src/Microsoft.Repl/ConsoleHandling/Reporter.cs class Reporter (line 8) | public class Reporter : IWritable method Reporter (line 15) | static Reporter() method Reporter (line 20) | private Reporter(AnsiConsole console) method Reset (line 32) | public static void Reset() method WriteLine (line 44) | public void WriteLine(string message) method WriteLine (line 64) | public void WriteLine() method Write (line 72) | public void Write(char message) method Write (line 87) | public void Write(string message) FILE: src/Microsoft.Repl/ConsoleHandling/Writable.cs class Writable (line 8) | internal class Writable : IWritable method Writable (line 13) | public Writable(Func caretUpdater, Reporter reporter) method Write (line 25) | public void Write(char c) method Write (line 33) | public void Write(string s) method WriteLine (line 41) | public void WriteLine() method WriteLine (line 49) | public void WriteLine(string s) FILE: src/Microsoft.Repl/Disposable.cs class Disposable (line 8) | public class Disposable : IDisposable method Disposable (line 12) | public Disposable(Action onDispose) method Dispose (line 16) | public virtual void Dispose() method Disposable (line 26) | public Disposable(T value, Action onDispose) method Dispose (line 34) | public override void Dispose() class Disposable (line 23) | public class Disposable : Disposable method Disposable (line 12) | public Disposable(Action onDispose) method Dispose (line 16) | public virtual void Dispose() method Disposable (line 26) | public Disposable(T value, Action onDispose) method Dispose (line 34) | public override void Dispose() FILE: src/Microsoft.Repl/IShellState.cs type IShellState (line 11) | public interface IShellState FILE: src/Microsoft.Repl/Input/IInputManager.cs type IInputManager (line 10) | public interface IInputManager method RegisterKeyHandler (line 14) | IInputManager RegisterKeyHandler(ConsoleKey key, AsyncKeyPressHandler ... method RegisterKeyHandler (line 16) | IInputManager RegisterKeyHandler(ConsoleKey key, ConsoleModifiers modi... method ResetInput (line 18) | void ResetInput(); method StartAsync (line 20) | Task StartAsync(IShellState state, CancellationToken cancellationToken); method SetInput (line 22) | void SetInput(IShellState state, string input); method GetCurrentBuffer (line 24) | string GetCurrentBuffer(); method RemovePreviousCharacter (line 26) | void RemovePreviousCharacter(IShellState state); method RemoveCurrentCharacter (line 28) | void RemoveCurrentCharacter(IShellState state); method Clear (line 30) | void Clear(IShellState state); FILE: src/Microsoft.Repl/Input/InputManager.cs class InputManager (line 13) | public class InputManager : IInputManager method Clear (line 20) | public void Clear(IShellState state) method GetCurrentBuffer (line 25) | public string GetCurrentBuffer() method RegisterKeyHandler (line 30) | public IInputManager RegisterKeyHandler(ConsoleKey key, AsyncKeyPressH... method RegisterKeyHandler (line 49) | public IInputManager RegisterKeyHandler(ConsoleKey key, ConsoleModifie... method RemoveCurrentCharacter (line 68) | public void RemoveCurrentCharacter(IShellState state) method RemovePreviousCharacter (line 85) | public void RemovePreviousCharacter(IShellState state) method SetInput (line 101) | public void SetInput(IShellState state, string input) method ResetInput (line 106) | public void ResetInput() method StashEchoState (line 113) | private void StashEchoState() method GetTtyState (line 136) | private static string GetTtyState() method RestoreTtyState (line 148) | private void RestoreTtyState() method SetInput (line 158) | private void SetInput(IShellState state, IReadOnlyList input, bo... method StartAsync (line 193) | public async Task StartAsync(IShellState state, CancellationToken canc... method FlushInput (line 341) | private void FlushInput(IShellState state, ref List pr... FILE: src/Microsoft.Repl/Input/KeyHandlers.cs class KeyHandlers (line 11) | public static class KeyHandlers method RegisterDefaultKeyHandlers (line 13) | public static void RegisterDefaultKeyHandlers(IInputManager inputManager) method End (line 117) | private static Task End(ConsoleKeyInfo keyInfo, IShellState state, Can... method Home (line 123) | public static Task Home(ConsoleKeyInfo keyInfo, IShellState state, Can... method LeftArrow (line 129) | public static Task LeftArrow(ConsoleKeyInfo keyInfo, IShellState state... method RightArrow (line 156) | public static Task RightArrow(ConsoleKeyInfo keyInfo, IShellState stat... method UpArrow (line 186) | public static Task UpArrow(ConsoleKeyInfo keyInfo, IShellState state, ... method DownArrow (line 193) | public static Task DownArrow(ConsoleKeyInfo keyInfo, IShellState state... method Enter (line 200) | public static Task Enter(ConsoleKeyInfo keyInfo, IShellState state, Ca... method Backspace (line 205) | public static Task Backspace(ConsoleKeyInfo keyInfo, IShellState state... method Unhandled (line 211) | public static Task Unhandled(ConsoleKeyInfo keyInfo, IShellState state... method Escape (line 216) | public static Task Escape(ConsoleKeyInfo keyInfo, IShellState state, C... method Tab (line 222) | public static Task Tab(ConsoleKeyInfo keyInfo, IShellState state, Canc... method Delete (line 236) | public static Task Delete(ConsoleKeyInfo keyInfo, IShellState state, C... method Insert (line 242) | public static Task Insert(ConsoleKeyInfo keyInfo, IShellState state, C... FILE: src/Microsoft.Repl/Parsing/CoreParseResult.cs class CoreParseResult (line 10) | public class CoreParseResult : ICoreParseResult method CoreParseResult (line 12) | public CoreParseResult(int caretPositionWithinCommandText, int caretPo... method IsQuotedSection (line 37) | public bool IsQuotedSection(int index) method Slice (line 42) | public virtual ICoreParseResult Slice(int numberOfLeadingSectionsToRem... FILE: src/Microsoft.Repl/Parsing/CoreParser.cs class CoreParser (line 9) | public class CoreParser : IParser method Parse (line 11) | public ICoreParseResult Parse(string commandText, int caretPosition) FILE: src/Microsoft.Repl/Parsing/ICoreParseResult.cs type ICoreParseResult (line 8) | public interface ICoreParseResult method IsQuotedSection (line 18) | bool IsQuotedSection(int index); method Slice (line 24) | ICoreParseResult Slice(int numberOfLeadingSectionsToRemove); FILE: src/Microsoft.Repl/Parsing/IParser.cs type IParser (line 6) | public interface IParser method Parse (line 8) | ICoreParseResult Parse(string commandText, int caretPosition); method Parse (line 13) | new TParseResult Parse(string commandText, int caretPosition); type IParser (line 11) | public interface IParser : IParser method Parse (line 8) | ICoreParseResult Parse(string commandText, int caretPosition); method Parse (line 13) | new TParseResult Parse(string commandText, int caretPosition); FILE: src/Microsoft.Repl/Scripting/IScriptExecutor.cs type IScriptExecutor (line 10) | public interface IScriptExecutor method ExecuteScriptAsync (line 12) | Task ExecuteScriptAsync(IShellState shellState, IEnumerable co... FILE: src/Microsoft.Repl/Scripting/ScriptExecutor.cs class ScriptExecutor (line 13) | public class ScriptExecutor : IScriptExecutor method ScriptExecutor (line 18) | public ScriptExecutor(bool hideScriptLinesFromHistory = true) method ExecuteScriptAsync (line 23) | public async Task ExecuteScriptAsync(IShellState shellState, IEnumerab... FILE: src/Microsoft.Repl/Shell.cs class Shell (line 12) | public class Shell method Shell (line 14) | public Shell(IShellState shellState) method Shell (line 20) | public Shell(ICommandDispatcher dispatcher, ISuggestionManager suggest... method RunAsync (line 27) | public Task RunAsync(CancellationToken cancellationToken) FILE: src/Microsoft.Repl/ShellState.cs class ShellState (line 11) | public class ShellState : IShellState method ShellState (line 13) | public ShellState(ICommandDispatcher commandDispatcher, ISuggestionMan... FILE: src/Microsoft.Repl/Suggestions/FileSystemCompletion.cs class FileSystemCompletion (line 11) | public static class FileSystemCompletion method GetCompletions (line 13) | public static IEnumerable GetCompletions(string prefix) FILE: src/Microsoft.Repl/Suggestions/ISuggestionManager.cs type ISuggestionManager (line 6) | public interface ISuggestionManager method NextSuggestion (line 8) | void NextSuggestion(IShellState shellState); method PreviousSuggestion (line 10) | void PreviousSuggestion(IShellState shellState); FILE: src/Microsoft.Repl/Suggestions/SuggestionManager.cs class SuggestionManager (line 10) | public class SuggestionManager : ISuggestionManager method NextSuggestion (line 16) | public void NextSuggestion(IShellState shellState) method PreviousSuggestion (line 57) | public void PreviousSuggestion(IShellState shellState) FILE: src/Microsoft.Repl/Utils.cs class Utils (line 8) | public static class Utils method Stringify (line 10) | public static string Stringify(this IReadOnlyList keys) FILE: src/dotnet-dev-certs/Program.cs class Program (line 15) | internal class Program method Main (line 30) | public static int Main(string[] args) method CleanHttpsCertificates (line 119) | private static int CleanHttpsCertificates(IReporter reporter) method CheckHttpsCertificate (line 148) | private static int CheckHttpsCertificate(CommandOption trust, IReporte... method EnsureHttpsCertificate (line 182) | private static int EnsureHttpsCertificate(CommandOption exportPath, Co... FILE: src/dotnet-sql-cache/Program.cs class Program (line 13) | public class Program method Program (line 20) | public Program(IConsole console) method Main (line 27) | public static int Main(string[] args) method Run (line 32) | public int Run(string[] args) method CreateReporter (line 101) | private IReporter CreateReporter(bool verbose) method CreateTableAndIndexes (line 103) | private int CreateTableAndIndexes(IReporter reporter) method ValidateConnectionString (line 160) | private void ValidateConnectionString() FILE: src/dotnet-sql-cache/SqlQueries.cs class SqlQueries (line 8) | internal class SqlQueries method SqlQueries (line 30) | public SqlQueries(string schemaName, string tableName) method DelimitIdentifier (line 57) | private string DelimitIdentifier(string identifier) method EscapeLiteral (line 62) | private string EscapeLiteral(string literal) FILE: src/dotnet-user-secrets/CommandLineOptions.cs class CommandLineOptions (line 11) | public class CommandLineOptions method Parse (line 20) | public static CommandLineOptions Parse(string[] args, IConsole console) FILE: src/dotnet-user-secrets/Internal/ClearCommand.cs class ClearCommand (line 8) | internal class ClearCommand : ICommand method Configure (line 10) | public static void Configure(CommandLineApplication command, CommandLi... method Execute (line 21) | public void Execute(CommandContext context) FILE: src/dotnet-user-secrets/Internal/CommandContext.cs class CommandContext (line 8) | public class CommandContext method CommandContext (line 10) | public CommandContext( FILE: src/dotnet-user-secrets/Internal/ICommand.cs type ICommand (line 6) | public interface ICommand method Execute (line 8) | void Execute(CommandContext context); FILE: src/dotnet-user-secrets/Internal/InitCommand.cs class InitCommandFactory (line 14) | public class InitCommandFactory : ICommand method Configure (line 18) | internal static void Configure(CommandLineApplication command, Command... method InitCommandFactory (line 29) | public InitCommandFactory(CommandLineOptions options) method Execute (line 34) | public void Execute(CommandContext context) method Execute (line 39) | public void Execute(CommandContext context, string workingDirectory) class InitCommand (line 45) | public class InitCommand : ICommand method InitCommand (line 51) | public InitCommand(string id, string project) method Execute (line 57) | public void Execute(CommandContext context, string workingDirectory) method Execute (line 63) | public void Execute(CommandContext context) method ResolveProjectPath (line 120) | private static string ResolveProjectPath(string name, string path) FILE: src/dotnet-user-secrets/Internal/ListCommand.cs class ListCommand (line 10) | internal class ListCommand : ICommand method Configure (line 14) | public static void Configure(CommandLineApplication command, CommandLi... method ListCommand (line 28) | public ListCommand(bool jsonOutput) method Execute (line 33) | public void Execute(CommandContext context) method ReportJson (line 54) | private void ReportJson(CommandContext context) FILE: src/dotnet-user-secrets/Internal/MsBuildProjectFinder.cs class MsBuildProjectFinder (line 11) | internal class MsBuildProjectFinder method MsBuildProjectFinder (line 15) | public MsBuildProjectFinder(string directory) method FindMsBuildProject (line 22) | public string FindMsBuildProject(string project) FILE: src/dotnet-user-secrets/Internal/ProjectIdResolver.cs class ProjectIdResolver (line 14) | public class ProjectIdResolver method ProjectIdResolver (line 21) | public ProjectIdResolver(IReporter reporter, string workingDirectory) method Resolve (line 28) | public string Resolve(string project, string configuration) method FindTargetsFile (line 89) | private string FindTargetsFile() method TryDelete (line 109) | private static void TryDelete(string file) FILE: src/dotnet-user-secrets/Internal/ReadableJsonConfigurationSource.cs class ReadableJsonConfigurationProvider (line 9) | public class ReadableJsonConfigurationProvider : JsonConfigurationProvider method ReadableJsonConfigurationProvider (line 11) | public ReadableJsonConfigurationProvider() FILE: src/dotnet-user-secrets/Internal/RemoveCommand.cs class RemoveCommand (line 8) | internal class RemoveCommand : ICommand method Configure (line 12) | public static void Configure(CommandLineApplication command, CommandLi... method RemoveCommand (line 30) | public RemoveCommand(string keyName) method Execute (line 35) | public void Execute(CommandContext context) FILE: src/dotnet-user-secrets/Internal/SecretsStore.cs class SecretsStore (line 16) | public class SecretsStore method SecretsStore (line 21) | public SecretsStore(string userSecretsId, IReporter reporter) method ContainsKey (line 45) | public bool ContainsKey(string key) => _secrets.ContainsKey(key); method AsEnumerable (line 47) | public IEnumerable> AsEnumerable() => _se... method Clear (line 49) | public void Clear() => _secrets.Clear(); method Set (line 51) | public void Set(string key, string value) => _secrets[key] = value; method Remove (line 53) | public void Remove(string key) method Save (line 61) | public virtual void Save() method Load (line 77) | protected virtual IDictionary Load(string userSecretsId) FILE: src/dotnet-user-secrets/Internal/SetCommand.cs class SetCommand (line 12) | internal class SetCommand method Configure (line 14) | public static void Configure(CommandLineApplication command, CommandLi... class FromStdInStrategy (line 59) | public class FromStdInStrategy : ICommand method Execute (line 61) | public void Execute(CommandContext context) class ForOneValueStrategy (line 87) | public class ForOneValueStrategy : ICommand method ForOneValueStrategy (line 92) | public ForOneValueStrategy(string keyName, string keyValue) method Execute (line 98) | public void Execute(CommandContext context) FILE: src/dotnet-user-secrets/Program.cs class Program (line 12) | public class Program method Main (line 17) | public static int Main(string[] args) method Program (line 26) | public Program(IConsole console, string workingDirectory) method TryRun (line 32) | public bool TryRun(string[] args, out int returnCode) method RunInternal (line 49) | internal int RunInternal(params string[] args) method CreateReporter (line 97) | private IReporter CreateReporter(bool verbose) method ResolveId (line 100) | internal string ResolveId(CommandLineOptions options, IReporter reporter) FILE: src/dotnet-user-secrets/Properties/Resources.Designer.cs class Resources (line 8) | internal static class Resources method FormatError_Command_Failed (line 24) | internal static string FormatError_Command_Failed(object message) method FormatError_MissingArgument (line 40) | internal static string FormatError_MissingArgument(object name) method FormatError_Missing_Secret (line 54) | internal static string FormatError_Missing_Secret(object key) method FormatError_MultipleProjectsFound (line 68) | internal static string FormatError_MultipleProjectsFound(object projec... method FormatError_No_Secrets_Found (line 82) | internal static string FormatError_No_Secrets_Found() method FormatError_NoProjectsFound (line 96) | internal static string FormatError_NoProjectsFound(object projectPath) method FormatError_ProjectMissingId (line 110) | internal static string FormatError_ProjectMissingId(object project) method FormatError_ProjectPath_NotFound (line 124) | internal static string FormatError_ProjectPath_NotFound(object path) method FormatError_ProjectFailedToLoad (line 138) | internal static string FormatError_ProjectFailedToLoad(object project) method FormatMessage_Project_File_Path (line 152) | internal static string FormatMessage_Project_File_Path(object project) method FormatMessage_Saved_Secret (line 166) | internal static string FormatMessage_Saved_Secret(object key, object v... method FormatMessage_Saved_Secrets (line 180) | internal static string FormatMessage_Saved_Secrets(object number) method FormatMessage_Secret_File_Path (line 194) | internal static string FormatMessage_Secret_File_Path(object secretsFi... method FormatMessage_Secret_Value_Format (line 208) | internal static string FormatMessage_Secret_Value_Format(object key, o... method FormatError_InvalidSecretsId (line 222) | internal static string FormatError_InvalidSecretsId(object userSecretsId) method FormatMessage_ProjectAlreadyInitialized (line 236) | internal static string FormatMessage_ProjectAlreadyInitialized(object ... method FormatMessage_SetUserSecretsIdForProject (line 250) | internal static string FormatMessage_SetUserSecretsIdForProject(object... method GetString (line 253) | private static string GetString(string name, params string[] formatter... FILE: src/dotnet-watch/CommandLineOptions.cs class CommandLineOptions (line 13) | internal class CommandLineOptions method Parse (line 33) | public static CommandLineOptions Parse(string[] args, IConsole console) FILE: src/dotnet-watch/DotNetWatcher.cs class DotNetWatcher (line 14) | public class DotNetWatcher method DotNetWatcher (line 19) | public DotNetWatcher(IReporter reporter) method WatchAsync (line 27) | public async Task WatchAsync(ProcessSpec processSpec, IFileSetFactory ... FILE: src/dotnet-watch/IFileSet.cs type IFileSet (line 8) | public interface IFileSet : IEnumerable method Contains (line 10) | bool Contains(string filePath); FILE: src/dotnet-watch/IFileSetFactory.cs type IFileSetFactory (line 9) | public interface IFileSetFactory method CreateAsync (line 11) | Task CreateAsync(CancellationToken cancellationToken); FILE: src/dotnet-watch/Internal/FileSet.cs class FileSet (line 10) | public class FileSet : IFileSet method FileSet (line 14) | public FileSet(IEnumerable files) method Contains (line 19) | public bool Contains(string filePath) => _files.Contains(filePath); method GetEnumerator (line 23) | public IEnumerator GetEnumerator() => _files.GetEnumerator(); method GetEnumerator (line 24) | IEnumerator IEnumerable.GetEnumerator() => _files.GetEnumerator(); FILE: src/dotnet-watch/Internal/FileSetWatcher.cs class FileSetWatcher (line 12) | public class FileSetWatcher : IDisposable method FileSetWatcher (line 17) | public FileSetWatcher(IFileSet fileSet, IReporter reporter) method GetChangedFileAsync (line 25) | public async Task GetChangedFileAsync(CancellationToken cancel... method Dispose (line 50) | public void Dispose() FILE: src/dotnet-watch/Internal/FileWatcher.cs class FileWatcher (line 12) | public class FileWatcher method FileWatcher (line 19) | public FileWatcher() method FileWatcher (line 23) | public FileWatcher(IReporter reporter) method WatchDirectory (line 31) | public void WatchDirectory(string directory) method Dispose (line 37) | public void Dispose() method AddDirectoryWatcher (line 56) | private void AddDirectoryWatcher(string directory) method WatcherErrorHandler (line 90) | private void WatcherErrorHandler(object sender, Exception error) method WatcherChangedHandler (line 98) | private void WatcherChangedHandler(object sender, string changedPath) method NotifyChange (line 103) | private void NotifyChange(string path) method DisposeWatcher (line 111) | private void DisposeWatcher(string directory) method EnsureNotDisposed (line 124) | private void EnsureNotDisposed() method EnsureTrailingSlash (line 132) | private static string EnsureTrailingSlash(string path) FILE: src/dotnet-watch/Internal/FileWatcher/DotnetFileWatcher.cs class DotnetFileWatcher (line 11) | internal class DotnetFileWatcher : IFileSystemWatcher method DotnetFileWatcher (line 21) | public DotnetFileWatcher(string watchedDirectory) method DotnetFileWatcher (line 26) | internal DotnetFileWatcher(string watchedDirectory, Func CreateAsync(CancellationToken cancellation... method InitializeArgs (line 146) | private IReadOnlyList InitializeArgs(string watchTargetsFile, ... method FindTargetsFile (line 168) | private string FindTargetsFile() FILE: src/dotnet-watch/Internal/MsBuildProjectFinder.cs class MsBuildProjectFinder (line 12) | internal class MsBuildProjectFinder method FindMsBuildProject (line 19) | public static string FindMsBuildProject(string searchBase, string proj... FILE: src/dotnet-watch/Internal/OutputCapture.cs class OutputCapture (line 8) | public class OutputCapture method AddLine (line 12) | public void AddLine(string line) => _lines.Add(line); FILE: src/dotnet-watch/Internal/OutputSink.cs class OutputSink (line 6) | public class OutputSink method StartCapture (line 9) | public OutputCapture StartCapture() FILE: src/dotnet-watch/Internal/ProcessRunner.cs class ProcessRunner (line 15) | public class ProcessRunner method ProcessRunner (line 19) | public ProcessRunner(IReporter reporter) method RunAsync (line 27) | public async Task RunAsync(ProcessSpec processSpec, CancellationT... method CreateProcess (line 65) | private Process CreateProcess(ProcessSpec processSpec) method ConsumeStreamAsync (line 89) | private static async Task ConsumeStreamAsync(StreamReader reader, Acti... class ProcessState (line 98) | private class ProcessState : IDisposable method ProcessState (line 105) | public ProcessState(Process process, IReporter reporter) method TryKill (line 135) | public void TryKill() method OnExited (line 159) | private void OnExited(object sender, EventArgs args) method Dispose (line 162) | public void Dispose() FILE: src/dotnet-watch/PrefixConsoleReporter.cs class PrefixConsoleReporter (line 10) | public class PrefixConsoleReporter : ConsoleReporter method PrefixConsoleReporter (line 14) | public PrefixConsoleReporter(IConsole console, bool verbose, bool quiet) method WriteLine (line 18) | protected override void WriteLine(TextWriter writer, string message, C... FILE: src/dotnet-watch/ProcessSpec.cs class ProcessSpec (line 10) | public class ProcessSpec method ShortDisplayName (line 18) | public string ShortDisplayName() FILE: src/dotnet-watch/Program.cs class Program (line 15) | public class Program : IDisposable method Program (line 22) | public Program(IConsole console, string workingDir) method Main (line 34) | public static async Task Main(string[] args) method RunAsync (line 52) | public async Task RunAsync(string[] args) method OnCancelKeyPress (line 114) | private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs args) method MainInternalAsync (line 127) | private async Task MainInternalAsync( method ListFilesAsync (line 171) | private async Task ListFilesAsync( method CreateReporter (line 207) | private static IReporter CreateReporter(bool verbose, bool quiet, ICon... method Dispose (line 210) | public void Dispose() FILE: src/dotnet-watch/Properties/Resources.Designer.cs class Resources (line 8) | internal static class Resources method FormatError_ProjectPath_NotFound (line 24) | internal static string FormatError_ProjectPath_NotFound(object path) method FormatError_MultipleProjectsFound (line 40) | internal static string FormatError_MultipleProjectsFound(object projec... method FormatError_NoProjectsFound (line 56) | internal static string FormatError_NoProjectsFound(object projectPath) method FormatError_QuietAndVerboseSpecified (line 72) | internal static string FormatError_QuietAndVerboseSpecified() method GetString (line 77) | private static string GetString(string name, params string[] formatter... FILE: test/Microsoft.HttpRepl.Tests/JsonVisitorTests.cs class JsonVisitorTests (line 8) | public class JsonVisitorTests method JsonVisitor_ObjectWithComments (line 10) | [Fact] class MockJsonConfig (line 35) | private class MockJsonConfig : IJsonConfig FILE: test/Microsoft.Repl.Tests/ParserTests.cs class ParserTests (line 6) | public class ParserTests method ParserTests_Basic (line 8) | [Fact] FILE: test/Shared/TestConsole.cs class TestConsole (line 14) | public class TestConsole : IConsole method TestConsole (line 19) | public TestConsole(ITestOutputHelper output) method ConsoleCancelKey (line 46) | public ConsoleCancelEventArgs ConsoleCancelKey() method ResetColor (line 57) | public void ResetColor() class TestOutputWriter (line 61) | private class TestOutputWriter : TextWriter method TestOutputWriter (line 66) | public TestOutputWriter(ITestOutputHelper output) method Write (line 73) | public override void Write(char value) FILE: test/Shared/TestReporter.cs class TestReporter (line 8) | public class TestReporter : IReporter method TestReporter (line 12) | public TestReporter(ITestOutputHelper output) method Verbose (line 17) | public void Verbose(string message) method Output (line 22) | public void Output(string message) method Warn (line 27) | public void Warn(string message) method Error (line 32) | public void Error(string message) FILE: test/dotnet-user-secrets.Tests/InitCommandTest.cs class InitCommandTests (line 15) | public class InitCommandTests : IClassFixture method InitCommandTests (line 22) | public InitCommandTests(UserSecretsTestFixture fixture, ITestOutputHel... method MakeCommandContext (line 35) | private CommandContext MakeCommandContext() => new CommandContext(null... method AddsSecretIdToProject (line 37) | [Fact] method AddsSpecificSecretIdToProject (line 49) | [Fact] method AddsEscapedSpecificSecretIdToProject (line 63) | [Fact] method DoesNotGenerateIdForProjectWithSecretId (line 77) | [Fact] method OverridesIdForProjectWithSecretId (line 91) | [Fact] method FailsForInvalidId (line 106) | [Fact] FILE: test/dotnet-user-secrets.Tests/MsBuildProjectFinderTest.cs class MsBuildProjectFinderTest (line 10) | public class MsBuildProjectFinderTest method FindsSingleProject (line 12) | [Theory] method ThrowsWhenNoFile (line 29) | [Fact] method DoesNotMatchXproj (line 40) | [Fact] method ThrowsWhenMultipleFile (line 52) | [Fact] method ThrowsWhenFileDoesNotExist (line 65) | [Fact] method ThrowsWhenRootDoesNotExist (line 76) | [Fact] FILE: test/dotnet-user-secrets.Tests/SecretManagerTests.cs class SecretManagerTests (line 16) | public class SecretManagerTests : IClassFixture method SecretManagerTests (line 22) | public SecretManagerTests(UserSecretsTestFixture fixture, ITestOutputH... method CreateProgram (line 33) | private Program CreateProgram() method Error_MissingId (line 38) | [Theory] method Error_InvalidProjectFormat (line 50) | [Fact] method Error_Project_DoesNotExist (line 60) | [Fact] method SupportsRelativePaths (line 70) | [Fact] method SetSecrets (line 83) | [Theory] method SetSecret_Update_Existing_Secret (line 148) | [Fact] method SetSecret_With_Verbose_Flag (line 165) | [Fact] method Remove_Non_Existing_Secret (line 185) | [Fact] method Remove_Is_Case_Insensitive (line 194) | [Fact] method List_Flattens_Nested_Objects (line 210) | [Fact] method List_Json (line 223) | [Fact] method Set_Flattens_Nested_Objects (line 239) | [Fact] method List_Empty_Secrets_File (line 259) | [Fact] method Clear_Secrets (line 268) | [Theory] method Init_When_Project_Has_No_Secrets_Id (line 327) | [Fact] FILE: test/dotnet-user-secrets.Tests/SetCommandTest.cs class SetCommandTest (line 14) | public class SetCommandTest method SetCommandTest (line 18) | public SetCommandTest(ITestOutputHelper output) method SetsFromPipedInput (line 23) | [Fact] method ParsesNestedObjects (line 48) | [Fact] method OnlyPipesInIfNoArgs (line 76) | [Fact] class TestSecretsStore (line 88) | private class TestSecretsStore : SecretsStore method TestSecretsStore (line 90) | public TestSecretsStore(ITestOutputHelper output) method Load (line 95) | protected override IDictionary Load(string userSecre... method Save (line 100) | public override void Save() FILE: test/dotnet-user-secrets.Tests/TemporaryFileProvider.cs class TemporaryFileProvider (line 10) | internal class TemporaryFileProvider : IDisposable method TemporaryFileProvider (line 12) | public TemporaryFileProvider() method Add (line 19) | public void Add(string filename, string contents) method Dispose (line 24) | public void Dispose() FILE: test/dotnet-user-secrets.Tests/UserSecretsTestFixture.cs class UserSecretsTestFixture (line 10) | public class UserSecretsTestFixture : IDisposable method UserSecretsTestFixture (line 16) | public UserSecretsTestFixture() method Dispose (line 21) | public void Dispose() method GetTempSecretProject (line 29) | public string GetTempSecretProject() method GetTempSecretProject (line 48) | public string GetTempSecretProject(out string userSecretsId) method CreateProject (line 54) | public string CreateProject(string userSecretsId) method TryDelete (line 81) | private static void TryDelete(string directory) FILE: test/dotnet-watch.FunctionalTests/AppWithDepsTests.cs class AppWithDepsTests (line 13) | public class AppWithDepsTests : IDisposable method AppWithDepsTests (line 17) | public AppWithDepsTests(ITestOutputHelper logger) method ChangeFileInDependency (line 22) | [Fact] method Dispose (line 34) | public void Dispose() class AppWithDeps (line 39) | private class AppWithDeps : WatchableApp method AppWithDeps (line 43) | public AppWithDeps(ITestOutputHelper logger) FILE: test/dotnet-watch.FunctionalTests/AwaitableProcess.cs class AwaitableProcess (line 16) | public class AwaitableProcess : IDisposable method AwaitableProcess (line 25) | public AwaitableProcess(ProcessSpec spec, ITestOutputHelper logger) method Start (line 40) | public void Start() method GetOutputLineAsync (line 80) | public async Task GetOutputLineAsync(string message, TimeSpan ... method GetOutputLineStartsWithAsync (line 88) | public async Task GetOutputLineStartsWithAsync(string message,... method GetOutputLineAsync (line 96) | private async Task GetOutputLineAsync(string predicateName, Pr... method GetAllOutputLinesAsync (line 116) | public async Task> GetAllOutputLinesAsync(CancellationTo... method OnData (line 131) | private void OnData(object sender, DataReceivedEventArgs args) method OnExit (line 138) | private void OnExit(object sender, EventArgs args) method Dispose (line 147) | public void Dispose() FILE: test/dotnet-watch.FunctionalTests/DotNetWatcherTests.cs class DotNetWatcherTests (line 14) | public class DotNetWatcherTests : IDisposable method DotNetWatcherTests (line 19) | public DotNetWatcherTests(ITestOutputHelper logger) method RunsWithDotnetWatchEnvVariable (line 25) | [Fact] method RunsWithIterationEnvVariable (line 37) | [Fact] method Dispose (line 68) | public void Dispose() class KitchenSinkApp (line 73) | private class KitchenSinkApp : WatchableApp method KitchenSinkApp (line 75) | public KitchenSinkApp(ITestOutputHelper logger) FILE: test/dotnet-watch.FunctionalTests/FileWatcherTests.cs class FileWatcherTests (line 15) | public class FileWatcherTests method FileWatcherTests (line 17) | public FileWatcherTests(ITestOutputHelper output) method NewFile (line 25) | [Theory] method ChangeFile (line 53) | [Theory] method MoveFile (line 93) | [Theory] method FileInSubdirectory (line 136) | [Fact] method NoNotificationIfDisabled (line 181) | [Theory] method DisposedNoEvents (line 209) | [Theory] method MultipleFiles (line 237) | [Theory] method MultipleTriggers (line 282) | [Theory] method AssertFileChangeRaisesEvent (line 305) | private void AssertFileChangeRaisesEvent(string directory, IFileSystem... method DeleteSubfolder (line 348) | [Theory] method UsingTempDirectory (line 399) | private static void UsingTempDirectory(Action action) FILE: test/dotnet-watch.FunctionalTests/GlobbingAppTests.cs class GlobbingAppTests (line 15) | public class GlobbingAppTests : IDisposable method GlobbingAppTests (line 18) | public GlobbingAppTests(ITestOutputHelper logger) method ChangeCompiledFile (line 23) | [Theory] method DeleteCompiledFile (line 43) | [Fact] method DeleteSourceFolder (line 59) | [Fact] method RenameCompiledFile (line 75) | [Fact] method ChangeExcludedFile (line 87) | [Fact] method ListsFiles (line 100) | [Fact] method Dispose (line 121) | public void Dispose() class GlobbingApp (line 126) | private class GlobbingApp : WatchableApp method GlobbingApp (line 128) | public GlobbingApp(ITestOutputHelper logger) method GetCompiledAppDefinedTypes (line 133) | public async Task GetCompiledAppDefinedTypes() FILE: test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs class NoDepsAppTests (line 13) | public class NoDepsAppTests : IDisposable method NoDepsAppTests (line 20) | public NoDepsAppTests(ITestOutputHelper logger) method RestartProcessOnFileChange (line 26) | [Fact] method RestartProcessThatTerminatesAfterFileChange (line 44) | [Fact] method Dispose (line 71) | public void Dispose() FILE: test/dotnet-watch.FunctionalTests/Scenario/ProjectToolScenario.cs class ProjectToolScenario (line 18) | public class ProjectToolScenario : IDisposable method ProjectToolScenario (line 23) | public ProjectToolScenario() method ProjectToolScenario (line 28) | public ProjectToolScenario(ITestOutputHelper logger) method AddTestProjectFolder (line 43) | public void AddTestProjectFolder(string projectName) method RestoreAsync (line 62) | public Task RestoreAsync(string project) method BuildAsync (line 68) | public Task BuildAsync(string project) method ExecuteCommandAsync (line 74) | private async Task ExecuteCommandAsync(string project, TimeSpan timeou... method CreateTestDirectory (line 144) | private void CreateTestDirectory() method GetMetadata (line 161) | private string GetMetadata(string key) method Dispose (line 170) | public void Dispose() FILE: test/dotnet-watch.FunctionalTests/Scenario/WatchableApp.cs class WatchableApp (line 15) | public class WatchableApp : IDisposable method WatchableApp (line 29) | public WatchableApp(string appName, ITestOutputHelper logger) method HasRestarted (line 44) | public Task HasRestarted() method HasExited (line 47) | public async Task HasExited() method IsWaitingForFileChange (line 53) | public async Task IsWaitingForFileChange() method GetProcessIdentifier (line 60) | public async Task GetProcessIdentifier() method PrepareAsync (line 68) | public async Task PrepareAsync() method Start (line 75) | public void Start(IEnumerable arguments, [CallerMemberName] st... method StartWatcherAsync (line 104) | public Task StartWatcherAsync([CallerMemberName] string name = null) method StartWatcherAsync (line 107) | public async Task StartWatcherAsync(string[] arguments, [CallerMemberN... method Dispose (line 122) | public virtual void Dispose() FILE: test/dotnet-watch.FunctionalTests/TestProjects/AppWithDeps/Program.cs class Program (line 10) | public class Program method Main (line 14) | public static void Main(string[] args) FILE: test/dotnet-watch.FunctionalTests/TestProjects/Dependency/Foo.cs class Foo (line 6) | public class Foo FILE: test/dotnet-watch.FunctionalTests/TestProjects/GlobbingApp/Program.cs class Program (line 12) | public class Program method Main (line 14) | public static void Main(string[] args) FILE: test/dotnet-watch.FunctionalTests/TestProjects/GlobbingApp/include/Foo.cs class Foo (line 6) | public class Foo FILE: test/dotnet-watch.FunctionalTests/TestProjects/KitchenSink/Program.cs class Program (line 9) | class Program method Main (line 11) | static void Main(string[] args) FILE: test/dotnet-watch.FunctionalTests/TestProjects/NoDepsApp/Program.cs class Program (line 10) | public class Program method Main (line 12) | public static void Main(string[] args) FILE: test/dotnet-watch.Tests/AssertEx.cs class AssertEx (line 13) | public static class AssertEx method EqualFileList (line 15) | public static void EqualFileList(string root, IEnumerable expe... method EqualFileList (line 21) | public static void EqualFileList(IEnumerable expectedFiles, IE... FILE: test/dotnet-watch.Tests/CommandLineOptionsTests.cs class CommandLineOptionsTests (line 14) | public class CommandLineOptionsTests method CommandLineOptionsTests (line 19) | public CommandLineOptionsTests(ITestOutputHelper output) method HelpArgs (line 27) | [Theory] method ParsesRemainingArgs (line 42) | [Theory] method CannotHaveQuietAndVerbose (line 56) | [Fact] FILE: test/dotnet-watch.Tests/ConsoleReporterTests.cs class ReporterTests (line 12) | public class ReporterTests method WritesToStandardStreams (line 16) | [Fact] class TestConsole (line 41) | private class TestConsole : IConsole method TestConsole (line 46) | public TestConsole() method GetOutput (line 60) | public string GetOutput() => _out.ToString(); method GetError (line 61) | public string GetError() => _error.ToString(); method Clear (line 63) | public void Clear() method ResetColor (line 69) | public void ResetColor() FILE: test/dotnet-watch.Tests/MsBuildFileSetFactoryTest.cs class MsBuildFileSetFactoryTest (line 19) | public class MsBuildFileSetFactoryTest : IDisposable method MsBuildFileSetFactoryTest (line 23) | public MsBuildFileSetFactoryTest(ITestOutputHelper output) method FindsCustomWatchItems (line 29) | [Fact] method ExcludesDefaultItemsWithWatchFalseMetadata (line 55) | [Fact] method SingleTfm (line 79) | [Fact] method MultiTfm (line 112) | [Fact] method ProjectReferences_OneLevel (line 142) | [Fact] method TransitiveProjectReferences_TwoLevels (line 175) | [Fact] method ProjectReferences_Graph (line 217) | [Fact] method GetFileSet (line 273) | private Task GetFileSet(TemporaryCSharpProject target) method GetFileSet (line 276) | private async Task GetFileSet(MsBuildFileSetFactory filesetF... method Dispose (line 284) | public void Dispose() FILE: test/dotnet-watch.Tests/ProgramTests.cs class ProgramTests (line 15) | public class ProgramTests : IDisposable method ProgramTests (line 20) | public ProgramTests(ITestOutputHelper output) method ConsoleCancelKey (line 26) | [Fact] method Dispose (line 52) | public void Dispose() FILE: test/dotnet-watch.Tests/Utilities/TemporaryCSharpProject.cs class TemporaryCSharpProject (line 11) | public class TemporaryCSharpProject method TemporaryCSharpProject (line 29) | public TemporaryCSharpProject(string name, TemporaryDirectory directory) method WithTargetFrameworks (line 39) | public TemporaryCSharpProject WithTargetFrameworks(params string[] tfms) method WithProperty (line 53) | public TemporaryCSharpProject WithProperty(string name, string value) method WithProperty (line 56) | public TemporaryCSharpProject WithProperty(PropertySpec property) method WithItem (line 66) | public TemporaryCSharpProject WithItem(string itemName, string include... method WithItem (line 69) | public TemporaryCSharpProject WithItem(ItemSpec item) method WithProjectReference (line 84) | public TemporaryCSharpProject WithProjectReference(TemporaryCSharpProj... method Dir (line 94) | public TemporaryDirectory Dir() => _directory; method Create (line 96) | public void Create() class ItemSpec (line 101) | public class ItemSpec class PropertySpec (line 112) | public class PropertySpec FILE: test/dotnet-watch.Tests/Utilities/TemporaryDirectory.cs class TemporaryDirectory (line 10) | public class TemporaryDirectory : IDisposable method TemporaryDirectory (line 17) | public TemporaryDirectory() method TemporaryDirectory (line 22) | private TemporaryDirectory(string path, TemporaryDirectory parent) method SubDir (line 28) | public TemporaryDirectory SubDir(string name) method WithCSharpProject (line 37) | public TemporaryCSharpProject WithCSharpProject(string name) method WithCSharpProject (line 44) | public TemporaryCSharpProject WithCSharpProject(string name, out Tempo... method WithFile (line 50) | public TemporaryDirectory WithFile(string name, string contents = "") method Up (line 56) | public TemporaryDirectory Up() method Create (line 65) | public void Create() method CreateFile (line 85) | public void CreateFile(string filename, string contents) method Dispose (line 90) | public void Dispose() FILE: test/dotnet-watch.Tests/Utilities/TestProjectGraph.cs class TestProjectGraph (line 9) | public class TestProjectGraph method TestProjectGraph (line 14) | public TestProjectGraph(TemporaryDirectory directory) method OnCreate (line 19) | public void OnCreate(Action onCreate) method Find (line 24) | public TemporaryCSharpProject Find(string projectName) method GetOrCreate (line 29) | public TemporaryCSharpProject GetOrCreate(string projectName) FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/NotifyPropertyChanged.cs class NotifyPropertyChanged (line 9) | public abstract class NotifyPropertyChanged : INotifyPropertyChanged method OnPropertyChanged (line 13) | protected void OnPropertyChanged([CallerMemberName] string propertyNam... FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/ProjectViewModel.cs class ProjectViewModel (line 9) | public class ProjectViewModel : NotifyPropertyChanged method ProjectViewModel (line 11) | public ProjectViewModel(UnconfiguredProject project) FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/RelayCommand.cs class RelayCommand (line 9) | public class RelayCommand : ICommand method RelayCommand (line 14) | public RelayCommand(Action execute) method RelayCommand (line 19) | public RelayCommand(Action execute, Predicate canExecute) method CanExecute (line 28) | public bool CanExecute(object parameter) method Execute (line 39) | public void Execute(object parameter) FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/SecretManagerTestCommand.cs class SecretManagerTestCommand (line 11) | internal sealed class SecretManagerTestCommand method SecretManagerTestCommand (line 33) | private SecretManagerTestCommand(Package package) method Initialize (line 75) | public static void Initialize(Package package) method ShowToolWindow (line 85) | private void ShowToolWindow(object sender, EventArgs e) FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/SecretManagerTestControl.xaml.cs class SecretManagerTestControl (line 13) | public partial class SecretManagerTestControl : UserControl method SecretManagerTestControl (line 18) | public SecretManagerTestControl() method button1_Click (line 28) | [SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxO... FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/SecretManagerTestPackage.cs class SecretManagerTestPackage (line 11) | [PackageRegistration(UseManagedResourcesOnly = true)] method Initialize (line 21) | protected override void Initialize() FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/SecretManagerTestWindow.cs class SecretManagerTestWindow (line 12) | [Guid("6afffd63-17b6-4ef2-b515-fee22d767631")] method SecretManagerTestWindow (line 15) | public SecretManagerTestWindow() method Initialize (line 22) | protected override void Initialize() FILE: tooling/Microsoft.VisualStudio.SecretManager.TestExtension/SecretManagerViewModel.cs class SecretManagerViewModel (line 20) | public class SecretManagerViewModel : NotifyPropertyChanged method SecretManagerViewModel (line 28) | public SecretManagerViewModel(IProjectService projectService) method RefreshIsEnabled (line 97) | private bool RefreshIsEnabled(object obj) => IsLoaded || SelectedProje... method Refresh (line 99) | private void Refresh(object obj) method IsProjectLoaded (line 109) | private bool IsProjectLoaded(object obj) => IsLoaded && SelectedProjec... method Add (line 111) | private void Add(object obj) method Save (line 116) | private async void Save(object obj) method OnSelectedProjectChanged (line 155) | private async void OnSelectedProjectChanged() FILE: tooling/Microsoft.VisualStudio.SecretManager/ProjectLocalSecretsManager.cs class ProjectLocalSecretsManager (line 17) | internal class ProjectLocalSecretsManager : Shell.IVsProjectSecrets, She... method ProjectLocalSecretsManager (line 25) | public ProjectLocalSecretsManager(IProjectPropertiesProvider propertie... method SanitizeName (line 32) | public string SanitizeName(string name) => name; method GetInvalidCharactersFrom (line 34) | public IReadOnlyCollection GetInvalidCharactersFrom(string name)... method AddSecretAsync (line 36) | public async Task AddSecretAsync(string name, string value, Cancellati... method SetSecretAsync (line 54) | public async Task SetSecretAsync(string name, string value, Cancellati... method GetSecretAsync (line 67) | public async Task GetSecretAsync(string name, CancellationToke... method GetSecretNamesAsync (line 79) | public async Task> GetSecretNamesAsync(Can... method GetSecretsAsync (line 91) | public async Task> GetSecretsAsync... method RemoveSecretAsync (line 102) | public async Task RemoveSecretAsync(string name, CancellationTok... method EnsureKeyNameIsValid (line 120) | private void EnsureKeyNameIsValid(string name) method GetOrCreateStoreAsync (line 133) | private async Task GetOrCreateStoreAsync(CancellationToke... FILE: tooling/Microsoft.VisualStudio.SecretManager/Resources.Designer.cs class Resources (line 8) | internal static class Resources method FormatCommon_StringNullOrEmpty (line 32) | internal static string FormatCommon_StringNullOrEmpty() method FormatError_Invalid_Character_In_UserSecrets_Id (line 46) | internal static string FormatError_Invalid_Character_In_UserSecrets_Id... method FormatError_Missing_UserSecretsIdAttribute (line 64) | internal static string FormatError_Missing_UserSecretsIdAttribute(obje... method FormatError_InvalidFilePath (line 78) | internal static string FormatError_InvalidFilePath() method FormatError_JSONParseError (line 92) | internal static string FormatError_JSONParseError(object p0, object p1) method FormatError_KeyIsDuplicated (line 106) | internal static string FormatError_KeyIsDuplicated(object p0) method FormatError_UnsupportedJSONToken (line 120) | internal static string FormatError_UnsupportedJSONToken(object p0, obj... method GetString (line 123) | private static string GetString(string name, params string[] formatter... FILE: tooling/Microsoft.VisualStudio.SecretManager/SecretManagerFactory.cs class SecretManagerFactory (line 11) | internal class SecretManagerFactory method SecretManagerFactory (line 19) | [ImportingConstructor] FILE: tooling/Microsoft.VisualStudio.SecretManager/SecretStore.cs class SecretStore (line 24) | internal class SecretStore : IDisposable method SecretStore (line 32) | public SecretStore(string userSecretsId) method ContainsKey (line 57) | public bool ContainsKey(string key) method Get (line 64) | public string Get(string name) method Set (line 71) | public void Set(string key, string value) method Remove (line 79) | public bool Remove(string key) method LoadAsync (line 86) | public async Task LoadAsync(CancellationToken cancellationToken) method SaveAsync (line 103) | public async Task SaveAsync(CancellationToken cancellationToken) method EnsureNotDisposed (line 121) | private void EnsureNotDisposed() method Stringify (line 129) | private static string Stringify(Dictionary secrets) method DeserializeJson (line 143) | private static Dictionary DeserializeJson(string text) method Dispose (line 163) | public void Dispose() FILE: tooling/Microsoft.VisualStudio.SecretManager/Sources/ConfigurationPath.cs class ConfigurationPath (line 12) | internal static class ConfigurationPath method Combine (line 24) | public static string Combine(params string[] pathSegments) method Combine (line 38) | public static string Combine(IEnumerable pathSegments) method GetSectionKey (line 52) | public static string GetSectionKey(string path) method GetParentPath (line 68) | public static string GetParentPath(string path) FILE: tooling/Microsoft.VisualStudio.SecretManager/Sources/JsonConfigurationFileParser.cs class JsonConfigurationFileParser (line 15) | internal class JsonConfigurationFileParser method JsonConfigurationFileParser (line 17) | private JsonConfigurationFileParser() { } method Parse (line 25) | public static IDictionary Parse(Stream input) method ParseStream (line 28) | private IDictionary ParseStream(Stream input) method VisitJObject (line 41) | private void VisitJObject(JObject jObject) method VisitProperty (line 51) | private void VisitProperty(JProperty property) method VisitToken (line 56) | private void VisitToken(JToken token) method VisitArray (line 87) | private void VisitArray(JArray array) method VisitPrimitive (line 97) | private void VisitPrimitive(JValue data) method EnterContext (line 108) | private void EnterContext(string context) method ExitContext (line 114) | private void ExitContext() FILE: tooling/Microsoft.VisualStudio.SecretManager/Sources/PathHelper.cs class PathHelper (line 13) | internal class PathHelper method GetSecretsPathFromSecretsId (line 27) | public static string GetSecretsPathFromSecretsId(string userSecretsId)