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