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