11 references to s_nameComparer
Microsoft.CodeAnalysis.VisualBasic (11)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (11)
103Return VisitTypeMembers(otherContainer, nestedType, AddressOf GetNestedTypes, Function(a, b) s_nameComparer.Equals(a.Name, b.Name))
115Return VisitTypeMembers(otherContainer, field, AddressOf GetFields, Function(a, b) s_nameComparer.Equals(a.Name, b.Name))
143Dim typesByName As Dictionary(Of String, Cci.INamespaceTypeDefinition) = New Dictionary(Of String, Cci.INamespaceTypeDefinition)(s_nameComparer)
548Debug.Assert(s_nameComparer.Equals([event].Name, other.Name))
553Debug.Assert(s_nameComparer.Equals(field.Name, other.Name))
558Debug.Assert(s_nameComparer.Equals(method.Name, other.Name))
582Debug.Assert(s_nameComparer.Equals(type.Name, other.Name))
594Debug.Assert(s_nameComparer.Equals([namespace].Name, other.Name))
604Debug.Assert(s_nameComparer.Equals([property].Name, other.Name))
611Debug.Assert(s_nameComparer.Equals(type.Name, other.Name))
666Dim result = members.ToDictionary(Function(s) s.Name, s_nameComparer)