7 writes to IsPartial
dotnet-svcutil-lib (7)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
134classToGen.IsPartial = true;
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
49_eventBasedDuplexClass.IsPartial = true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
136codeClass.IsPartial = CodeProvider.Supports(GeneratorSupport.PartialTypes);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
572codeClass.IsPartial = CodeProvider.Supports(GeneratorSupport.PartialTypes);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
808type.IsPartial = true; 1188type.IsPartial = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
518codeType.IsPartial = true;
3 references to IsPartial
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
3202if (e.IsPartial) 3225if (e.IsPartial) 3234if (e.IsPartial)