9 references to Type
Microsoft.CodeAnalysis.CSharp (9)
Generated\BoundNodes.xml.Generated.cs (4)
4660if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(parameterSymbol, this.ParameterSymbol) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11489TypeSymbol? type = this.VisitType(node.Type); 13608updatedNode = node.Update(parameterSymbol, node.Type); 16018new TreeDumperNode("type", node.Type, null),
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (1)
243F.Call(tokenParameter, WellKnownMember.System_Threading_CancellationToken__Equals, F.Default(tokenParameter.Type))),
Lowering\LocalRewriter\LocalRewriter.cs (1)
318var result = new BoundFieldAccess(node.Syntax, new BoundThisReference(node.Syntax, primaryCtor.ContainingType), field, ConstantValue.NotAvailable, LookupResultKind.Viable, node.Type);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
740Debug.Assert(parameterReference.Type.Equals(fieldType) || 741parameterReference.Type.IsObjectType());
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
93Debug.Assert(!other.Type.IsStructType());