3 references to FactoryAttributeName
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceParser.cs (3)
146
attributeTable.Add(
FactoryAttributeName
, parser.factoryAttributeValue);
581
if (directive.Contains(
FactoryAttributeName
))
583
factoryAttributeValue = ServiceParserUtilities.GetAndRemoveNonEmptyAttribute(directive,
FactoryAttributeName
);