1 instantiation of InterfaceDefination
ComSvcConfig (1)
Options.cs (1)
125
InterfaceDefination<T> interfaceDefination = new
InterfaceDefination
<T>(itf, methods);
8 references to InterfaceDefination
ComSvcConfig (8)
Options.cs (4)
102
List<
InterfaceDefination
<T>> interfaces;
106
public IList<
InterfaceDefination
<T>> Interfaces { get { return this.interfaces; } }
123
this.interfaces = new List<
InterfaceDefination
<T>>();
125
InterfaceDefination
<T> interfaceDefination = new InterfaceDefination<T>(itf, methods);
Tool.cs (4)
211
foreach (
InterfaceDefination
<Guid> iInterface in component.Interfaces)
625
foreach (
InterfaceDefination
<Guid> interfaceDef in component.Interfaces)
749
foreach (
InterfaceDefination
<string> comInterface in inComp.Interfaces)
842
foreach (
InterfaceDefination
<string> comInterface in inComp.Interfaces)