2 writes to SchemaExternal
dotnet-svcutil-lib (2)
Metadata\MetadataDocumentSaver.cs (2)
195UnresolvedReferences.Add(new UnresolvedUri { Schema = schema, SchemaExternal = schemaExternal }); 205UnresolvedReferences.Add(new UnresolvedUri { Schema = schema, SchemaExternal = schemaExternal, Namespace = schemaImport.Namespace });
7 references to SchemaExternal
dotnet-svcutil-lib (7)
Metadata\MetadataDocumentSaver.cs (7)
139var location = unresolvedRef.WsdlImport != null ? unresolvedRef.WsdlImport.Location : unresolvedRef.SchemaExternal?.SchemaLocation; 153unresolvedRef.SchemaExternal.SchemaLocation = updatedLocation; 190if (!this.UnresolvedReferences.Any(r => r.SchemaExternal == schemaExternal)) 250(MetadataFileNameManager.UriEqual(u.SchemaExternal?.SchemaLocation, sourceUrl) || 255unresolvedRef.SchemaExternal.SchemaLocation = schema.SourceUri; 386if (SchemaExternal != null) 388return SchemaExternal.SchemaLocation;