7 references to AllEffectiveInterfacesNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lookup.cs (1)
2043
foreach (var baseInterface in type.
AllEffectiveInterfacesNoUseSiteDiagnostics
)
Binder\Semantics\AccessCheck.cs (1)
647
declaredInterfaces = typeParameter.
AllEffectiveInterfacesNoUseSiteDiagnostics
;
FlowAnalysis\NullableWalker.cs (1)
5072
TypeParameterSymbol tp => tp.
AllEffectiveInterfacesNoUseSiteDiagnostics
,
Symbols\TypeParameterSymbol.cs (1)
345
var result =
AllEffectiveInterfacesNoUseSiteDiagnostics
;
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
ExpressionCompilerTests.cs (2)
2214
Assert.Equal(1, eeTypeParameterSymbol.
AllEffectiveInterfacesNoUseSiteDiagnostics
.Length);
2215
Assert.Equal("I", eeTypeParameterSymbol.
AllEffectiveInterfacesNoUseSiteDiagnostics
[0].Name);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Extensions.cs (1)
656
return ((Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.TypeParameterSymbol)symbol).UnderlyingTypeParameterSymbol.
AllEffectiveInterfacesNoUseSiteDiagnostics
.GetPublicSymbols();