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