1 instantiation of Datatype_NOTATION
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
691
static private readonly DatatypeImplementation s_NOTATION = new
Datatype_NOTATION
();
2 references to Datatype_NOTATION
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
3138
for (
Datatype_NOTATION
dt = this; dt != null; dt = (
Datatype_NOTATION
)dt.Base)