4 overrides of InferTypeOfVarVariable
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceLocalSymbol.cs (4)
543
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
628
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
663
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
747
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
1 reference to InferTypeOfVarVariable
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
361
var inferredType =
InferTypeOfVarVariable
(diagnostics);