6 instantiations of AppConfig
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
2145AppConfig appConfig = new AppConfig();
Microsoft.Build.Tasks.UnitTests (5)
AppConfig_Tests.cs (5)
25AppConfig app = new AppConfig(); 51AppConfig app = new AppConfig(); 77AppConfig app = new AppConfig(); 126AppConfig app = new AppConfig(); 189AppConfig app = new AppConfig();
15 references to AppConfig
Microsoft.Build.Tasks.Core (9)
AppConfig\DependentAssembly.cs (6)
54if (reader.NodeType == XmlNodeType.EndElement && AppConfig.StringEquals(reader.Name, "dependentassembly")) 60if (reader.NodeType == XmlNodeType.Element && AppConfig.StringEquals(reader.Name, "assemblyIdentity")) 69if (AppConfig.StringEquals(reader.Name, "name")) 74if (AppConfig.StringEquals(reader.Name, "publicKeyToken")) 79if (AppConfig.StringEquals(reader.Name, "culture")) 104if (reader.NodeType == XmlNodeType.Element && AppConfig.StringEquals(reader.Name, "bindingRedirect"))
AppConfig\RuntimeSection.cs (2)
23if (reader.NodeType == XmlNodeType.EndElement && AppConfig.StringEquals(reader.Name, "runtime")) 29if (reader.NodeType == XmlNodeType.Element && AppConfig.StringEquals(reader.Name, "dependentAssembly"))
AssemblyDependency\ResolveAssemblyReference.cs (1)
2145AppConfig appConfig = new AppConfig();
Microsoft.Build.Tasks.UnitTests (6)
AppConfig_Tests.cs (6)
25AppConfig app = new AppConfig(); 51AppConfig app = new AppConfig(); 77AppConfig app = new AppConfig(); 126AppConfig app = new AppConfig(); 189AppConfig app = new AppConfig(); 215private static string Summarize(AppConfig app)