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