4 references to factoryAttributeName
ComSvcConfig (4)
SvcFileManager.cs (4)
200
factoryAttributeName
,
262
if (!dictionary.ContainsKey(
factoryAttributeName
) ||
268
string typeName = dictionary[
factoryAttributeName
];
270
Type compiledType = factoryType.Assembly.GetType(dictionary[
factoryAttributeName
], false);