4 references to PartialTypes
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
652if (codeProvider.Supports(GeneratorSupport.PartialTypes) && _ccRoot.SubClass.Length == 0)
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
51GeneratorSupport.PartialTypes |
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
43GeneratorSupport.PartialTypes |
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
183get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.PartialTypes); }