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