8 references to s_nameComparer
Microsoft.CodeAnalysis.VisualBasic (8)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (8)
401Debug.Assert(s_nameComparer.Equals([event].Name, other.Name)) 408Debug.Assert(s_nameComparer.Equals(field.Name, other.Name)) 413Debug.Assert(s_nameComparer.Equals(method.Name, other.Name)) 437Debug.Assert(s_nameComparer.Equals(type.Name, other.Name)) 449Debug.Assert(s_nameComparer.Equals([namespace].Name, other.Name)) 461Debug.Assert(s_nameComparer.Equals([property].Name, other.Name)) 471Debug.Assert(s_nameComparer.Equals(type.Name, other.Name)) 528Dim result = members.ToDictionary(Function(s) s.Name, s_nameComparer)