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