11 references to PartialTypes
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
665if (codeProvider.Supports(GeneratorSupport.PartialTypes) && _ccRoot.SubClass.Length == 0)
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
139GeneratorSupport.PartialTypes |
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
139GeneratorSupport.PartialTypes|
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
200get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.PartialTypes); }
System.Web.Services (5)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
272ServiceImporter.CodeGenerator.Supports(GeneratorSupport.PartialTypes))); 357ServiceImporter.CodeGenerator.Supports(GeneratorSupport.PartialTypes));
System\Web\Services\Description\MimeTextImporter.cs (1)
59ImportContext.ServiceImporter.CodeGenerator.Supports(GeneratorSupport.PartialTypes));
System\Web\Services\Description\SoapProtocolImporter.cs (2)
440ServiceImporter.CodeGenerator.Supports(GeneratorSupport.PartialTypes)); 957ExtraCodeClasses.Add(WebCodeGenerator.CreateArgsClass(delegateInfo.handlerArgs, asyncReturnTypes, asyncReturnNames, ServiceImporter.CodeGenerator.Supports(GeneratorSupport.PartialTypes)));
System.Xml (2)
System\Xml\Serialization\SoapCodeExporter.cs (1)
132codeClass.IsPartial = CodeProvider.Supports(GeneratorSupport.PartialTypes);
System\Xml\Serialization\XmlCodeExporter.cs (1)
498codeClass.IsPartial = CodeProvider.Supports(GeneratorSupport.PartialTypes);