1 write to _metadataImporter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (1)
49_metadataImporter = metadataImporter;
10 references to _metadataImporter
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (10)
64if (_nodesRead >= _metadataImporter.Quotas.MaxPolicyNodes) 66if (_nodesRead == _metadataImporter.Quotas.MaxPolicyNodes) 70_metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 94_metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 107_metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 113_metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 117XmlElement policy = _metadataImporter.ResolvePolicyReference(idRef, contextAssertion); 121_metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 178YieldLimiter yieldLimiter = new YieldLimiter(_metadataImporter.Quotas.MaxYields, _metadataImporter);