1 write to BindCount
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
2403
counter.
BindCount
++;
2 references to BindCount
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (2)
EndToEndTests.cs (2)
609
Assert.Equal(0, counter.
BindCount
);
622
Assert.Equal(1, counter.
BindCount
);