5 writes to IsPartial
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\TaskGenerator.cs (1)
386taskClass.IsPartial = true;
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
650_ccRoot.CodeClass.IsPartial = true;
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
791type.IsPartial = true; 1130type.IsPartial = true; 1272type.IsPartial = true;
4 references to IsPartial
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
2352if (e.IsPartial) 2375if (e.IsPartial) 2384if (e.IsPartial)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
690if (e.IsPartial)