7 references to IsContainingSymbolOfAllTypeParameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\DisplayClassVariable.vb (1)
43
Debug.Assert(Me.ContainingSymbol.
IsContainingSymbolOfAllTypeParameters
(Me.Type))
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (6)
ExpressionCompilerTestBase.vb (6)
349
Assert.True(method.
IsContainingSymbolOfAllTypeParameters
(method.ReturnType))
350
AssertEx.All(method.TypeParameters, Function(typeParameter) method.
IsContainingSymbolOfAllTypeParameters
(typeParameter))
351
AssertEx.All(method.TypeArguments, Function(typeArgument) method.
IsContainingSymbolOfAllTypeParameters
(typeArgument))
352
AssertEx.All(method.Parameters, Function(parameter) method.
IsContainingSymbolOfAllTypeParameters
(parameter.Type))
360
AssertEx.All(type.TypeParameters, Function(typeParameter) type.
IsContainingSymbolOfAllTypeParameters
(typeParameter))
361
AssertEx.All(type.TypeArguments, Function(typeArgument) type.
IsContainingSymbolOfAllTypeParameters
(typeArgument))