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