2 instantiations of InterfaceInfo
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeSymbol.cs (2)
42private static readonly InterfaceInfo s_noInterfaces = new InterfaceInfo(); 114info = new InterfaceInfo();
11 references to InterfaceInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\TypeSymbol.cs (11)
42private static readonly InterfaceInfo s_noInterfaces = new InterfaceInfo(); 45private InterfaceInfo _lazyInterfaceInfo; 99private InterfaceInfo GetInterfaceInfo() 101var info = _lazyInterfaceInfo; 321var info = this.GetInterfaceInfo(); 386var info = this.GetInterfaceInfo(); 389Debug.Assert(InterfaceInfo.EmptyInterfacesAndTheirBaseInterfaces.IsEmpty); 390return InterfaceInfo.EmptyInterfacesAndTheirBaseInterfaces; 745var info = this.GetInterfaceInfo(); 2297var info = this.GetInterfaceInfo(); 2339var info = this.GetInterfaceInfo();