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