5 references to IsDefinitionOrDistinct
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEModuleBuilder.cs (4)
960Debug.Assert(namedTypeSymbol.IsDefinitionOrDistinct()); 1172Debug.Assert(fieldSymbol.IsDefinitionOrDistinct()); 1258Debug.Assert(methodSymbol.IsDefinitionOrDistinct()); 1365Debug.Assert(@params.All(p => p.IsDefinitionOrDistinct()));
Emitter\Model\SymbolAdapter.cs (1)
197return AdaptedSymbol.IsDefinitionOrDistinct();