1 write to metadataImporter
System.ServiceModel (1)
System\ServiceModel\Description\PolicyReader.cs (1)
48this.metadataImporter = metadataImporter;
10 references to metadataImporter
System.ServiceModel (10)
System\ServiceModel\Description\PolicyReader.cs (10)
63if (nodesRead >= this.metadataImporter.Quotas.MaxPolicyNodes) 65if (nodesRead == this.metadataImporter.Quotas.MaxPolicyNodes) 69metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 93metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 106metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 112metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 116XmlElement policy = metadataImporter.ResolvePolicyReference(idRef, contextAssertion); 120metadataImporter.PolicyWarningOccured.Invoke(contextAssertion, warningMsg); 178YieldLimiter yieldLimiter = new YieldLimiter(this.metadataImporter.Quotas.MaxYields, this.metadataImporter);