1 write to factoryAttributeValue
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
583
factoryAttributeValue
= ServiceParserUtilities.GetAndRemoveNonEmptyAttribute(directive, FactoryAttributeName);
5 references to factoryAttributeValue
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\ServiceParser.cs (5)
145
if (!string.IsNullOrEmpty(parser.
factoryAttributeValue
))
146
attributeTable.Add(FactoryAttributeName, parser.
factoryAttributeValue
);
349
if (string.IsNullOrEmpty(
factoryAttributeValue
))
359
type = compiledAssembly.GetType(
factoryAttributeValue
);
365
type = GetType(
factoryAttributeValue
);