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