1 write to DelegateMethodSymbol
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
183DelegateMethodSymbol = generateTypeServiceStateOptions.DelegateCreationMethodSymbol;
8 references to DelegateMethodSymbol
Microsoft.CodeAnalysis.Features (8)
GenerateType\AbstractGenerateTypeService.GenerateNamedType.cs (8)
70if (_state.DelegateMethodSymbol == null || 71_state.DelegateMethodSymbol.ReturnType == null || 72_state.DelegateMethodSymbol.ReturnType is IErrorTypeSymbol) 79return _state.DelegateMethodSymbol.ReturnType; 85if (_state.DelegateMethodSymbol != null) 87return _state.DelegateMethodSymbol.TypeParameters; 96if (_state.DelegateMethodSymbol != null) 98return _state.DelegateMethodSymbol.Parameters;