4 overrides of InferTypeOfVarVariable
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceLocalSymbol.cs (4)
561
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
644
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
679
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
763
protected override TypeWithAnnotations
InferTypeOfVarVariable
(BindingDiagnosticBag diagnostics)
1 reference to InferTypeOfVarVariable
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
360
var inferredType =
InferTypeOfVarVariable
(diagnostics);