8 references to IsDelegateType
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\FindReferences\Finders\ParameterSymbolReferenceFinder.cs (2)
211
if (containingType.
IsDelegateType
())
221
else if (containingMethod.ContainingType.
IsDelegateType
() &&
Recommendations\AbstractRecommendationServiceRunner.cs (1)
215
if (type.
IsDelegateType
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (1)
426
if (typeSymbol.
IsDelegateType
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
363
operation.Value.Type.
IsDelegateType
())
499
Debug.Assert(operation.Type.
IsDelegateType
());
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (2)
937
if (newSymbol.ContainingType.
IsDelegateType
() &&
938
symbol.ContainingType.
IsDelegateType
() &&