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