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