1 write to Type
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeValue.cs (1)
23this.Type = type;
7 references to Type
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
165var template = (INamedTypeSymbolInternal?)previousValue.Type.GetInternalSymbol();
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
350return (NamedTypeSymbol?)value.Type?.GetInternalSymbol(); 358return (NamedTypeSymbol?)value.Type?.GetInternalSymbol(); 508var otherDelegateType = (NamedTypeSymbol?)otherTypeCandidate.Type.GetInternalSymbol();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
53select $"({entry.Key.GenericArity},{entry.Key.ParameterCount}): {value.Type}";
Roslyn.Test.PdbUtilities (2)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (2)
130.. map.AnonymousTypes.Values.Select(t => t.Type.GetInternalSymbol()!), 132.. map.AnonymousDelegatesWithIndexedNames.Values.SelectMany(t => t.Select(d => d.Type.GetInternalSymbol()!))