18 writes to IsPartial
Microsoft.Activities.Build (1)
Microsoft\Activities\Build\BeforeInitializeComponentExtension.cs (1)
150IsPartial = true,
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
667_ccRoot.CodeClass.IsPartial = true;
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
713classDeclaration.IsPartial = this.settings.GenerateAsPartialClass;
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
62typeDecl.IsPartial = true;
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
53typeDecl.IsPartial = true;
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
57typeDecl.IsPartial = true;
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
44typeDecl.IsPartial = true;
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
815type.IsPartial = true; 1135type.IsPartial = true; 1256type.IsPartial = true;
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
572codeType.IsPartial = true;
System.Web (1)
Compilation\BaseCodeDomTreeGenerator.cs (1)
267_intermediateClass.IsPartial = true;
System.Web.Services (2)
System\Web\Services\Description\WebCodeGenerator.cs (2)
225codeClass.IsPartial = isPartial; 358codeClass.IsPartial = isPartial;
System.Workflow.ComponentModel (1)
Shared\XomlSerializationHelpers.cs (1)
270activityTypeDeclaration.IsPartial = true;
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);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
166IsPartial = true,
4 references to IsPartial
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
2804if (e.IsPartial) { 2821if (e.IsPartial) { 2829if (e.IsPartial) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
934if (e.IsPartial) {