5 references to IsDefinitionOrDistinct
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEModuleBuilder.cs (4)
1111Debug.Assert(namedTypeSymbol.IsDefinitionOrDistinct()); 1323Debug.Assert(fieldSymbol.IsDefinitionOrDistinct()); 1409Debug.Assert(methodSymbol.IsDefinitionOrDistinct()); 1516Debug.Assert(@params.All(p => p.IsDefinitionOrDistinct()));
Emitter\Model\SymbolAdapter.cs (1)
198return AdaptedSymbol.IsDefinitionOrDistinct();