2 instantiations of InterfaceInfo
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeSymbol.cs (2)
40private static readonly InterfaceInfo s_noInterfaces = new InterfaceInfo(); 112info = new InterfaceInfo();
11 references to InterfaceInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\TypeSymbol.cs (11)
40private static readonly InterfaceInfo s_noInterfaces = new InterfaceInfo(); 43private InterfaceInfo _lazyInterfaceInfo; 97private InterfaceInfo GetInterfaceInfo() 99var info = _lazyInterfaceInfo; 319var info = this.GetInterfaceInfo(); 384var info = this.GetInterfaceInfo(); 387Debug.Assert(InterfaceInfo.EmptyInterfacesAndTheirBaseInterfaces.IsEmpty); 388return InterfaceInfo.EmptyInterfacesAndTheirBaseInterfaces; 741var info = this.GetInterfaceInfo(); 2264var info = this.GetInterfaceInfo(); 2306var info = this.GetInterfaceInfo();