6 references to AllowReferences
ComSvcConfig (6)
EndpointConfigContainer.cs (2)
440
if (comContract.PersistableTypes.Count == 0 && Tool.Options.
AllowReferences
&& methodsAdded)
461
if (newComContract.PersistableTypes.Count == 0 && Tool.Options.
AllowReferences
)
Tool.cs (4)
666
if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.
AllowReferences
, classInfo.Clsid))
738
if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.
AllowReferences
, classInfo.Clsid))
768
if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.
AllowReferences
, classInfo.Clsid, true))
775
if (ComPlusTypeValidator.VerifyInterfaceMethods(interfaceInfo, comInterface.Methods, options.
AllowReferences
, true))