2 writes to _contentValidator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (2)
42_contentValidator = ContentValidator.TextOnly; 167set { _contentValidator = value; }
1 reference to _contentValidator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
166get { return _contentValidator; }