2 writes to _hasRequiredAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (2)
161set { _hasRequiredAttribute = value; } 193_hasRequiredAttribute = true;
1 reference to _hasRequiredAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
160get { return _hasRequiredAttribute; }