2 overrides of GetTypeInferredDuringReduction
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ReducedExtensionMethodSymbol.vb (1)
268
Public Overrides Function
GetTypeInferredDuringReduction
(reducedFromTypeParameter As TypeParameterSymbol) As TypeSymbol
Symbols\SubstitutedMethodSymbol.vb (1)
124
Public Overrides Function
GetTypeInferredDuringReduction
(reducedFromTypeParameter As TypeParameterSymbol) As TypeSymbol
6 references to GetTypeInferredDuringReduction
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\MethodSymbol.vb (1)
935
Return Me.
GetTypeInferredDuringReduction
(reducedFromTypeParameter.EnsureVbSymbolOrNothing(Of TypeParameterSymbol)(NameOf(reducedFromTypeParameter)))
Symbols\SubstitutedMethodSymbol.vb (1)
125
Return OriginalDefinition.
GetTypeInferredDuringReduction
(reducedFromTypeParameter)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\GetSemanticInfoTests.vb (4)
4507
Assert.Equal("System.Reflection.FieldInfo", method1.
GetTypeInferredDuringReduction
(method1.ReducedFrom.TypeParameters(0)).ToTestDisplayString())
4509
Assert.Throws(Of InvalidOperationException)(Sub() method1.ReducedFrom.
GetTypeInferredDuringReduction
(Nothing))
4510
Assert.Throws(Of ArgumentNullException)(Sub() method1.
GetTypeInferredDuringReduction
(Nothing))
4511
Assert.Throws(Of ArgumentException)(Sub() method1.
GetTypeInferredDuringReduction
(