5 references to Width
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (1)
5138
Assert.Equal(7, x.
Width
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Syntax\SyntaxListTests.cs (3)
291
Assert.Equal(1, item.
Width
);
386
Assert.Equal(child1.
Width
, child2.
Width
);
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
2188
Assert.Equal(sN.
Width
, cS.Span.Length)