8 references to s_nameComparer
Microsoft.CodeAnalysis.VisualBasic (8)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (8)
418Debug.Assert(s_nameComparer.Equals([event].Name, other.Name)) 425Debug.Assert(s_nameComparer.Equals(field.Name, other.Name)) 430Debug.Assert(s_nameComparer.Equals(method.Name, other.Name)) 454Debug.Assert(s_nameComparer.Equals(type.Name, other.Name)) 466Debug.Assert(s_nameComparer.Equals([namespace].Name, other.Name)) 478Debug.Assert(s_nameComparer.Equals([property].Name, other.Name)) 488Debug.Assert(s_nameComparer.Equals(type.Name, other.Name)) 545Dim result = members.ToDictionary(Function(s) s.Name, s_nameComparer)