1 implementation of Type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FieldSymbol.cs (1)
506
ITypeSymbolInternal IFieldSymbolInternal.
Type
=> Type;
1 reference to Type
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
616
if (member is IFieldSymbolInternal field && tryParseDisplayClassDebugId(field.
Type
.Name, out var parentClosureDebugId))