3 references to ElementDeclsByType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
283schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.ElementDecl);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
153schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.ElementDecl);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
408if (!schemaInfo.ElementDeclsByType.TryGetValue(xsiType, out elementDeclXsi) && xsiType.Namespace == _nsXs)