8 references to s_nameComparer
Microsoft.CodeAnalysis.VisualBasic (8)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (8)
402
Debug.Assert(
s_nameComparer
.Equals([event].Name, other.Name))
409
Debug.Assert(
s_nameComparer
.Equals(field.Name, other.Name))
414
Debug.Assert(
s_nameComparer
.Equals(method.Name, other.Name))
438
Debug.Assert(
s_nameComparer
.Equals(type.Name, other.Name))
450
Debug.Assert(
s_nameComparer
.Equals([namespace].Name, other.Name))
462
Debug.Assert(
s_nameComparer
.Equals([property].Name, other.Name))
472
Debug.Assert(
s_nameComparer
.Equals(type.Name, other.Name))
529
Dim result = members.ToDictionary(Function(s) s.Name,
s_nameComparer
)