1 write to Type
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeValue.cs (1)
23
this.
Type
= type;
7 references to Type
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
165
var template = (INamedTypeSymbolInternal?)previousValue.
Type
.GetInternalSymbol();
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
350
return (NamedTypeSymbol?)value.
Type
?.GetInternalSymbol();
358
return (NamedTypeSymbol?)value.
Type
?.GetInternalSymbol();
508
var otherDelegateType = (NamedTypeSymbol?)otherTypeCandidate.
Type
.GetInternalSymbol();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
53
select $"({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()!))