SYMBOL INDEX (297 symbols across 67 files) FILE: samples/WebDemo/Default.aspx.cs class Default (line 10) | public partial class Default : System.Web.UI.Page method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: samples/WebDemo/Default.aspx.designer.cs class Default (line 13) | public partial class Default { FILE: samples/WorkerRole1/WorkerRole.cs class WorkerRole (line 14) | public class WorkerRole : RoleEntryPoint { method Run (line 15) | public override void Run() { method OnStart (line 29) | public override bool OnStart() { FILE: samples/Wpf.Transform/App.xaml.cs class App (line 12) | public partial class App : Application { FILE: samples/Wpf.Transform/MainWindow.xaml.cs class MainWindow (line 19) | public partial class MainWindow : Window { method MainWindow (line 20) | public MainWindow() { method WindowOnLoad (line 25) | private void WindowOnLoad(object sender, RoutedEventArgs e) { method ApplyTransformModel (line 29) | private void ApplyTransformModel(TransformModel transformModel) { method BuildStringFrom (line 39) | private string BuildStringFrom(IDictionary dictionary) { method ButtonCloseClick (line 50) | private void ButtonCloseClick(object sender, RoutedEventArgs e) { FILE: samples/Wpf.Transform/Properties/Resources.Designer.cs class Resources (line 21) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 30) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: samples/Wpf.Transform/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: samples/Wpf.Transform/TransformModel.cs class TransformModel (line 9) | public class TransformModel { method TransformModel (line 10) | public TransformModel() { method BuildFromCurrent (line 19) | public static TransformModel BuildFromCurrent() { FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/BaseTest.cs class BaseTest (line 18) | public class BaseTest : IDisposable method Dispose (line 28) | public void Dispose() method WriteTextToTempFile (line 53) | protected virtual string WriteTextToTempFile(string content) method GetTempFilename (line 70) | protected virtual string GetTempFilename(bool ensureFileDoesntExist) FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/ConfigTransformTestsBase.cs class ConfigTransformTestsBase (line 22) | public abstract class ConfigTransformTestsBase : IDisposable method BuildProject (line 65) | public void BuildProject(string projectName) method GetAppSettingValue (line 126) | public string GetAppSettingValue(string configFilePath, string appSett... method GetConfigNodeValue (line 141) | public string GetConfigNodeValue(string configFilePath, string nodeName) method Dispose (line 150) | public void Dispose() FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/ConsoleAppTests.cs class ConsoleAppTests (line 17) | [Collection("BuildTests")] method ConsoleApp_AppConfig_IsTransformed (line 23) | [Fact] method ConsoleApp_OtherConfig_IsTransformed (line 39) | [Fact] FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/TestProjects/ConsoleApp/Program.cs class Program (line 9) | class Program method Main (line 11) | static void Main(string[] args) FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/WebAppTests.cs class WebAppTests (line 17) | [Collection("BuildTests")] method WebApp_OtherConfig_IsTransformed (line 23) | [Fact] FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/TestUtilities.cs class TestUtilities (line 14) | public static class TestUtilities FILE: src/Microsoft.VisualStudio.SlowCheetah.Tests/TransformTest.cs class TransformTest (line 17) | public class TransformTest : BaseTest method TestXmlTransform (line 22) | [Fact] FILE: src/Microsoft.VisualStudio.SlowCheetah.VS.Tests/PackageUtilitiesTest.cs class PackageUtilitiesTest (line 12) | public class PackageUtilitiesTest method IsFileTransformWithNullArguments (line 22) | [Theory] method IsFileTransformWithValidArguments (line 39) | [Theory] method IsFileTransformWithInvalidArguments (line 54) | [Theory] method IsFileTransformWithDottedConfigsAndValidNames (line 69) | [Theory] method IsFileTransformWithDottedConfigsAndInvalidNames (line 87) | [Theory] method IsFileGenericTransformWithInvalidArguments (line 105) | [Theory] method IsFileGenericTransformWithValidArguments (line 121) | [Theory] FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/BackgroundInstallationHandler.cs class BackgroundInstallationHandler (line 18) | internal class BackgroundInstallationHandler : UserInstallationHandler method BackgroundInstallationHandler (line 27) | public BackgroundInstallationHandler(IPackageHandler successor) method ExecuteAsync (line 38) | public override async TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/BasePackageHandler.cs class BasePackageHandler (line 14) | internal abstract class BasePackageHandler : IPackageHandler method BasePackageHandler (line 20) | protected BasePackageHandler(IPackageHandler successor) method ExecuteAsync (line 42) | public abstract TPL.Task ExecuteAsync(Project project); FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/DialogInstallationHandler.cs class DialogInstallationHandler (line 13) | internal class DialogInstallationHandler : UserInstallationHandler method DialogInstallationHandler (line 19) | public DialogInstallationHandler(IPackageHandler successor) method ExecuteAsync (line 25) | public override async TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/EmptyHandler.cs class EmptyHandler (line 14) | internal class EmptyHandler : IPackageHandler method EmptyHandler (line 20) | public EmptyHandler(AsyncPackage package) method ExecuteAsync (line 29) | public TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/IPackageHandler.cs type IPackageHandler (line 13) | internal interface IPackageHandler method ExecuteAsync (line 25) | TPL.Task ExecuteAsync(Project project); FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/NuGetUninstaller.cs class NuGetUninstaller (line 15) | internal class NuGetUninstaller : BasePackageHandler method NuGetUninstaller (line 21) | public NuGetUninstaller(IPackageHandler successor) method ExecuteAsync (line 27) | public override async TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/NugetInstaller.cs class NugetInstaller (line 14) | internal class NugetInstaller : BasePackageHandler method NugetInstaller (line 20) | public NugetInstaller(IPackageHandler successor) method ExecuteAsync (line 26) | public override async TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/TargetsUninstaller.cs class TargetsUninstaller (line 14) | internal class TargetsUninstaller : BasePackageHandler method TargetsUninstaller (line 20) | public TargetsUninstaller(IPackageHandler successor) method ExecuteAsync (line 26) | public override async TPL.Task ExecuteAsync(Project project) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/PackageHandlers/UserInstallationHandler.cs class UserInstallationHandler (line 14) | internal abstract class UserInstallationHandler : BasePackageHandler method UserInstallationHandler (line 20) | public UserInstallationHandler(IPackageHandler successor) method HasUserAcceptedWarningMessageAsync (line 31) | protected async Task HasUserAcceptedWarningMessageAsync(string t... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/SlowCheetahNuGetManager.cs class SlowCheetahNuGetManager (line 19) | public class SlowCheetahNuGetManager method SlowCheetahNuGetManager (line 62) | public SlowCheetahNuGetManager(AsyncPackage package) method ProjectSupportsNuget (line 75) | public bool ProjectSupportsNuget(IVsHierarchy hierarchy) method CheckSlowCheetahInstallationAsync (line 116) | public async TPL.Task CheckSlowCheetahInstallationAsync(IVsHierarchy h... method GetInstallerServices (line 170) | private static IVsPackageInstallerServices GetInstallerServices(IServi... method IsOldSlowCheetahInstalled (line 177) | private static bool IsOldSlowCheetahInstalled(IVsBuildPropertyStorage ... method SupportsINugetProjectSystem (line 194) | private static bool SupportsINugetProjectSystem(IVsHierarchy hierarchy) method IsPackageInstalled (line 217) | private bool IsPackageInstalled(Project project, string packageName) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/NugetHandler/VsProjectTypes.cs class VsProjectTypes (line 9) | [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.Docume... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/AdvancedOptionsDialogPage.cs class AdvancedOptionsDialogPage (line 16) | internal class AdvancedOptionsDialogPage : BaseOptionsDialogPage method AdvancedOptionsDialogPage (line 25) | public AdvancedOptionsDialogPage() method SaveSettingsToXml (line 52) | public override void SaveSettingsToXml(IVsSettingsWriter writer) method LoadSettingsFromXml (line 69) | public override void LoadSettingsFromXml(IVsSettingsReader reader) method LoadSettingsFromStorage (line 94) | public override void LoadSettingsFromStorage() method SaveSettingsToStorage (line 127) | public override void SaveSettingsToStorage() method InitializeDefaults (line 148) | private void InitializeDefaults() FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/AdvancedOptionsUserControl.Designer.cs class AdvancedOptionsUserControl (line 3) | partial class AdvancedOptionsUserControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/AdvancedOptionsUserControl.cs class AdvancedOptionsUserControl (line 12) | public partial class AdvancedOptionsUserControl : UserControl method AdvancedOptionsUserControl (line 19) | public AdvancedOptionsUserControl() method Initialize (line 28) | internal void Initialize(AdvancedOptionsDialogPage advancedOptionsPage) method PreviewToolPathTextbox_Leave (line 35) | private void PreviewToolPathTextbox_Leave(object sender, System.EventA... method PreviewToolCommandLineTextbox_Leave (line 43) | private void PreviewToolCommandLineTextbox_Leave(object sender, System... method OpenToolFileDialogButton_Click (line 51) | private void OpenToolFileDialogButton_Click(object sender, System.Even... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/BaseOptionsDialogPage.cs class BaseOptionsDialogPage (line 11) | internal abstract class BaseOptionsDialogPage : DialogPage FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/OptionsDialogPage.cs class OptionsDialogPage (line 17) | [System.Runtime.InteropServices.Guid("01B6BAC2-0BD6-4ead-95AE-6D6DE30A62... method OptionsDialogPage (line 27) | public OptionsDialogPage() method SaveSettingsToXml (line 54) | public override void SaveSettingsToXml(IVsSettingsWriter writer) method LoadSettingsFromXml (line 71) | public override void LoadSettingsFromXml(IVsSettingsReader reader) method LoadSettingsFromStorage (line 97) | public override void LoadSettingsFromStorage() method SaveSettingsToStorage (line 130) | public override void SaveSettingsToStorage() method OnDeactivate (line 153) | protected override void OnDeactivate(CancelEventArgs e) method InitializeDefaults (line 160) | private void InitializeDefaults() FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/OptionsUserControl.Designer.cs class OptionsUserControl (line 3) | partial class OptionsUserControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Options/OptionsUserControl.cs class OptionsUserControl (line 12) | public partial class OptionsUserControl : UserControl method OptionsUserControl (line 19) | public OptionsUserControl() method Initialize (line 28) | internal void Initialize(OptionsDialogPage optionsPage) method EnablePreviewCheckbox_CheckedChanged (line 35) | private void EnablePreviewCheckbox_CheckedChanged(object sender, Event... method AddDepentUponCheckbox_CheckedChanged (line 43) | private void AddDepentUponCheckbox_CheckedChanged(object sender, Event... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Package/AddTransformCommand.cs class AddTransformCommand (line 23) | public class AddTransformCommand : BaseCommand method AddTransformCommand (line 35) | public AddTransformCommand(SlowCheetahPackage package, SlowCheetahNuGe... method OnChange (line 47) | protected override void OnChange(object sender, EventArgs e) method OnBeforeQueryStatus (line 52) | protected override void OnBeforeQueryStatus(object sender, EventArgs e) method OnInvoke (line 84) | protected override void OnInvoke(object sender, EventArgs e) method AddTransformFile (line 187) | private void AddTransformFile( method ItemSupportsTransforms (line 246) | private bool ItemSupportsTransforms(IVsProject project, uint itemid) method GetPublishProfileTransforms (line 280) | private IEnumerable GetPublishProfileTransforms(IVsHierarchy h... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Package/BaseCommand.cs class BaseCommand (line 13) | public abstract class BaseCommand method BaseCommand (line 19) | public BaseCommand(AsyncPackage package) method RegisterCommandAsync (line 38) | public async System.Threading.Tasks.Task RegisterCommandAsync() method OnChange (line 57) | protected abstract void OnChange(object sender, EventArgs e); method OnBeforeQueryStatus (line 65) | protected abstract void OnBeforeQueryStatus(object sender, EventArgs e); method OnInvoke (line 72) | protected abstract void OnInvoke(object sender, EventArgs e); FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Package/PackageSolutionEvents.cs class PackageSolutionEvents (line 13) | public class PackageSolutionEvents : IVsUpdateSolutionEvents, IDisposable method PackageSolutionEvents (line 22) | public PackageSolutionEvents(AsyncPackage asyncPackage, ErrorListProvi... method UpdateSolution_Begin (line 33) | public int UpdateSolution_Begin(ref int pfCancelUpdate) method UpdateSolution_Done (line 39) | public int UpdateSolution_Done(int fSucceeded, int fModified, int fCan... method UpdateSolution_StartUpdate (line 45) | public int UpdateSolution_StartUpdate(ref int pfCancelUpdate) method UpdateSolution_Cancel (line 53) | public int UpdateSolution_Cancel() method OnActiveProjectCfgChange (line 59) | public int OnActiveProjectCfgChange(IVsHierarchy pIVsHierarchy) method RegisterEventsAsync (line 68) | public async System.Threading.Tasks.Task RegisterEventsAsync() method Dispose (line 79) | public void Dispose() FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Package/PreviewTransformCommand.cs class PreviewTransformCommand (line 24) | public class PreviewTransformCommand : BaseCommand, IDisposable method PreviewTransformCommand (line 33) | public PreviewTransformCommand( method Dispose (line 61) | public void Dispose() method OnChange (line 80) | protected override void OnChange(object sender, EventArgs e) method OnBeforeQueryStatus (line 85) | protected override void OnBeforeQueryStatus(object sender, EventArgs e) method OnInvoke (line 118) | protected override void OnInvoke(object sender, EventArgs e) method PreviewTransform (line 178) | private void PreviewTransform(IVsHierarchy hier, string sourceFile, st... method TryGetFileToTransform (line 282) | private bool TryGetFileToTransform(IVsHierarchy hierarchy, uint parent... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Package/SlowCheetahPackageLogger.cs class SlowCheetahPackageLogger (line 14) | public class SlowCheetahPackageLogger method SlowCheetahPackageLogger (line 22) | public SlowCheetahPackageLogger(IServiceProvider package) method LogMessage (line 32) | public void LogMessage(string message, params object[] args) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Resources/Guids.cs class Guids (line 16) | public static class Guids FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Resources/PkgCmdID.cs class PkgCmdID (line 14) | public static class PkgCmdID FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Resources/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/SlowCheetahPackage.cs class SlowCheetahPackage (line 38) | [PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoa... method SlowCheetahPackage (line 71) | public SlowCheetahPackage() method ProjectSupportsTransforms (line 102) | public bool ProjectSupportsTransforms(IVsProject project) method IsItemTransformItem (line 113) | public bool IsItemTransformItem(IVsProject vsProject, uint itemid) method InitializeAsync (line 143) | protected override async System.Threading.Tasks.Task InitializeAsync(C... method Dispose (line 162) | protected override void Dispose(bool disposing) FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/TransformationPreviewLogger.cs class TransformationPreviewLogger (line 20) | public class TransformationPreviewLogger : ITransformationLogger method TransformationPreviewLogger (line 30) | public TransformationPreviewLogger(ErrorListProvider errorListProvider... method LogError (line 37) | public void LogError(string message, params object[] messageArgs) method LogError (line 43) | public void LogError(string file, int lineNumber, int linePosition, st... method LogErrorFromException (line 49) | public void LogErrorFromException(Exception ex) method LogErrorFromException (line 55) | public void LogErrorFromException(Exception ex, string file, int lineN... method LogMessage (line 61) | public void LogMessage(LogMessageImportance importance, string message... method LogWarning (line 70) | public void LogWarning(string message, params object[] messageArgs) method LogWarning (line 76) | public void LogWarning(string file, int lineNumber, int linePosition, ... method AddError (line 81) | private void AddError(TaskErrorCategory errorCategory, string text, st... method AddError (line 86) | private void AddError(Exception ex, TaskErrorCategory errorCategory, s... method ShowError (line 91) | private void ShowError(ErrorTask newError, TaskErrorCategory errorCate... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Utilities/PackageUtilities.cs class PackageUtilities (line 22) | public class PackageUtilities method IsExtensionSupportedForFile (line 70) | public static bool IsExtensionSupportedForFile(string filePath) method GetTempFilename (line 91) | public static string GetTempFilename(bool ensureFileDoesntExist, strin... method IsFileTransformForBuildConfiguration (line 125) | public static bool IsFileTransformForBuildConfiguration(string documen... method IsGenericFileTransform (line 149) | public static bool IsGenericFileTransform(string documentName, string ... method IsPathValid (line 159) | public static bool IsPathValid(string path) method GetAutomationFromHierarchy (line 177) | public static T GetAutomationFromHierarchy(IVsHierarchy pHierarchy,... method TryGetFileTransform (line 186) | private static bool TryGetFileTransform(string documentName, string tr... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/Utilities/ProjectUtilities.cs class ProjectUtilities (line 22) | public static class ProjectUtilities method GetDTE (line 34) | public static DTE GetDTE() method IsSingleProjectItemSelection (line 45) | public static bool IsSingleProjectItemSelection(out IVsHierarchy hiera... method GetProjectConfigurations (line 119) | public static IEnumerable GetProjectConfigurations(Project pro... method GetProjectConfigurations (line 143) | public static IEnumerable GetProjectConfigurations(IVsHierarch... method GetSupportedProjectExtensions (line 154) | public static IEnumerable GetSupportedProjectExtensions(IVsSet... method GetSupportedItemExtensions (line 169) | public static IEnumerable GetSupportedItemExtensions(IVsSettin... method IsProjectWebApp (line 185) | public static bool IsProjectWebApp(IVsProject project) method GetSupportedExtensions (line 211) | private static IEnumerable GetSupportedExtensions(IVsSettingsM... FILE: src/Microsoft.VisualStudio.SlowCheetah.VS/VSPackage.Designer.cs class VSPackage (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method VSPackage (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/Microsoft.VisualStudio.SlowCheetah/Build/TransformTask.cs class TransformTask (line 11) | public class TransformTask : Microsoft.Build.Utilities.Task method Execute (line 32) | public override bool Execute() FILE: src/Microsoft.VisualStudio.SlowCheetah/Exceptions/TransformFailedException.cs class TransformFailedException (line 16) | [Serializable] method TransformFailedException (line 23) | public TransformFailedException(string message) method TransformFailedException (line 33) | public TransformFailedException(string message, Exception inner) method TransformFailedException (line 43) | protected TransformFailedException( FILE: src/Microsoft.VisualStudio.SlowCheetah/Logging/ITransformationLogger.cs type LogMessageImportance (line 11) | public enum LogMessageImportance type ITransformationLogger (line 32) | public interface ITransformationLogger method LogError (line 39) | void LogError(string message, params object[] messageArgs); method LogError (line 49) | void LogError(string file, int lineNumber, int linePosition, string me... method LogErrorFromException (line 55) | void LogErrorFromException(Exception ex); method LogErrorFromException (line 64) | void LogErrorFromException(Exception ex, string file, int lineNumber, ... method LogMessage (line 72) | void LogMessage(LogMessageImportance importance, string message, param... method LogWarning (line 79) | void LogWarning(string message, params object[] messageArgs); method LogWarning (line 89) | void LogWarning(string file, int lineNumber, int linePosition, string ... FILE: src/Microsoft.VisualStudio.SlowCheetah/Logging/JsonShimLogger.cs class JsonShimLogger (line 12) | public class JsonShimLogger : IJsonTransformationLogger method JsonShimLogger (line 20) | public JsonShimLogger(ITransformationLogger logger) method LogError (line 26) | public void LogError(string message) method LogError (line 32) | public void LogError(string message, string fileName, int lineNumber, ... method LogErrorFromException (line 38) | public void LogErrorFromException(Exception ex) method LogErrorFromException (line 44) | public void LogErrorFromException(Exception ex, string fileName, int l... method LogMessage (line 50) | public void LogMessage(string message) method LogMessage (line 56) | public void LogMessage(string message, string fileName, int lineNumber... method LogWarning (line 62) | public void LogWarning(string message) method LogWarning (line 68) | public void LogWarning(string message, string fileName) method LogWarning (line 74) | public void LogWarning(string message, string fileName, int lineNumber... FILE: src/Microsoft.VisualStudio.SlowCheetah/Logging/TransformationTaskLogger.cs class TransformationTaskLogger (line 14) | public class TransformationTaskLogger : ITransformationLogger method TransformationTaskLogger (line 22) | public TransformationTaskLogger(TaskLoggingHelper logger) method LogError (line 28) | public void LogError(string message, params object[] messageArgs) method LogError (line 34) | public void LogError(string file, int lineNumber, int linePosition, st... method LogErrorFromException (line 40) | public void LogErrorFromException(Exception ex) method LogErrorFromException (line 46) | public void LogErrorFromException(Exception ex, string file, int lineN... method LogMessage (line 52) | public void LogMessage(LogMessageImportance type, string message, para... method LogWarning (line 76) | public void LogWarning(string message, params object[] messageArgs) method LogWarning (line 82) | public void LogWarning(string file, int lineNumber, int linePosition, ... FILE: src/Microsoft.VisualStudio.SlowCheetah/Logging/XmlShimLogger.cs class XmlShimLogger (line 14) | public class XmlShimLogger : IXmlTransformationLogger method XmlShimLogger (line 29) | public XmlShimLogger(ITransformationLogger logger, bool useSections) method LogError (line 50) | public void LogError(string message, params object[] messageArgs) method LogError (line 56) | public void LogError(string file, string message, params object[] mess... method LogError (line 62) | public void LogError(string file, int lineNumber, int linePosition, st... method LogErrorFromException (line 68) | public void LogErrorFromException(Exception ex) method LogErrorFromException (line 74) | public void LogErrorFromException(Exception ex, string file) method LogErrorFromException (line 80) | public void LogErrorFromException(Exception ex, string file, int lineN... method LogMessage (line 86) | public void LogMessage(string message, params object[] messageArgs) method LogMessage (line 97) | public void LogMessage(MessageType type, string message, params object... method LogWarning (line 123) | public void LogWarning(string message, params object[] messageArgs) method LogWarning (line 129) | public void LogWarning(string file, string message, params object[] me... method LogWarning (line 135) | public void LogWarning(string file, int lineNumber, int linePosition, ... method StartSection (line 141) | public void StartSection(string message, params object[] messageArgs) method StartSection (line 147) | public void StartSection(MessageType type, string message, params obje... method EndSection (line 157) | public void EndSection(string message, params object[] messageArgs) method EndSection (line 163) | public void EndSection(MessageType type, string message, params object... FILE: src/Microsoft.VisualStudio.SlowCheetah/Resources/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/Microsoft.VisualStudio.SlowCheetah/Transformer/ITransformer.cs type ITransformer (line 9) | public interface ITransformer method WithLogger (line 16) | ITransformer WithLogger(ITransformationLogger logger); method Transform (line 25) | bool Transform(string sourcePath, string transformPath, string destina... method IsFileSupported (line 32) | bool IsFileSupported(string filePath); method CreateTransformFile (line 40) | void CreateTransformFile(string sourcePath, string transformPath, bool... FILE: src/Microsoft.VisualStudio.SlowCheetah/Transformer/JsonTransformer.cs class JsonTransformer (line 13) | public class JsonTransformer : ITransformer method JsonTransformer (line 23) | public JsonTransformer() method JsonTransformer (line 31) | public JsonTransformer(ITransformationLogger logger) method CreateTransformFile (line 42) | public void CreateTransformFile(string sourcePath, string transformPat... method IsFileSupported (line 68) | public bool IsFileSupported(string filePath) method Transform (line 84) | public bool Transform(string sourcePath, string transformPath, string ... method WithLogger (line 128) | public ITransformer WithLogger(ITransformationLogger logger) method TrySaveToFile (line 144) | private bool TrySaveToFile(Stream result, string sourceFile, string de... FILE: src/Microsoft.VisualStudio.SlowCheetah/Transformer/TransformUtilities.cs class TransformUtilities (line 13) | public static class TransformUtilities method GetEncoding (line 21) | public static Encoding GetEncoding(string filename) method GetEncoding (line 40) | public static Encoding GetEncoding(Stream stream) FILE: src/Microsoft.VisualStudio.SlowCheetah/Transformer/TransformerFactory.cs class TransformerFactory (line 15) | public static class TransformerFactory method GetTransformer (line 29) | public static ITransformer GetTransformer(string source, ITransformati... method IsSupportedFile (line 45) | public static bool IsSupportedFile(string filePath) FILE: src/Microsoft.VisualStudio.SlowCheetah/Transformer/XmlTransformer.cs class XmlTransformer (line 14) | public class XmlTransformer : ITransformer method XmlTransformer (line 24) | public XmlTransformer() method XmlTransformer (line 32) | public XmlTransformer(ITransformationLogger logger) method CreateTransformFile (line 43) | public void CreateTransformFile(string sourcePath, string transformPat... method IsFileSupported (line 80) | public bool IsFileSupported(string filePath) method Transform (line 110) | public bool Transform(string sourcePath, string transformPath, string ... method WithLogger (line 155) | public ITransformer WithLogger(ITransformationLogger logger) FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/BaseTest.cs class BaseTest (line 18) | public class BaseTest : IDisposable method Dispose (line 28) | public void Dispose() method WriteTextToTempFile (line 53) | protected virtual string WriteTextToTempFile(string content) method GetTempFilename (line 70) | protected virtual string GetTempFilename(bool ensureFileDoesntExist) FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/ConfigTransformTestsBase.cs class ConfigTransformTestsBase (line 22) | public abstract class ConfigTransformTestsBase : IDisposable method BuildProject (line 53) | public void BuildProject(string projectName) method GetAppSettingValue (line 103) | public string GetAppSettingValue(string configFilePath, string appSett... method GetConfigNodeValue (line 118) | public string GetConfigNodeValue(string configFilePath, string nodeName) method Dispose (line 127) | public void Dispose() method ResolveMSBuildExePath (line 135) | private static string ResolveMSBuildExePath() FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/ConsoleAppTests.cs class ConsoleAppTests (line 17) | [Collection("BuildTests")] method ConsoleApp_AppConfig_IsTransformed (line 23) | [Fact] method ConsoleApp_OtherConfig_IsTransformed (line 39) | [Fact] FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/TestProjects/ConsoleApp/Program.cs class Program (line 9) | class Program method Main (line 11) | static void Main(string[] args) FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/BuildTests/WebAppTests.cs class WebAppTests (line 17) | [Collection("BuildTests")] method WebApp_OtherConfig_IsTransformed (line 23) | [Fact] FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/TestUtilities.cs class TestUtilities (line 14) | public static class TestUtilities FILE: test/Microsoft.VisualStudio.SlowCheetah.Tests/TransformTest.cs class TransformTest (line 17) | public class TransformTest : BaseTest method TestXmlTransform (line 22) | [Fact] FILE: test/Microsoft.VisualStudio.SlowCheetah.VS.Tests/PackageUtilitiesTest.cs class PackageUtilitiesTest (line 12) | public class PackageUtilitiesTest method IsFileTransformWithNullArguments (line 22) | [Theory] method IsFileTransformWithValidArguments (line 39) | [Theory] method IsFileTransformWithInvalidArguments (line 54) | [Theory] method IsFileTransformWithDottedConfigsAndValidNames (line 69) | [Theory] method IsFileTransformWithDottedConfigsAndInvalidNames (line 87) | [Theory] method IsFileGenericTransformWithInvalidArguments (line 105) | [Theory] method IsFileGenericTransformWithValidArguments (line 121) | [Theory]