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