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)
64
if (_nodesRead >=
_metadataImporter
.Quotas.MaxPolicyNodes)
66
if (_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);
117
XmlElement policy =
_metadataImporter
.ResolvePolicyReference(idRef, contextAssertion);
121
_metadataImporter
.PolicyWarningOccured.Invoke(contextAssertion, warningMsg);
178
YieldLimiter yieldLimiter = new YieldLimiter(
_metadataImporter
.Quotas.MaxYields,
_metadataImporter
);