2 references to IsDelegateType
Microsoft.CodeAnalysis.CodeStyle (2)
ISymbolExtensions.cs (2)
250
=> symbol.IsAnonymousType() && !symbol.
IsDelegateType
();
253
=> symbol.IsAnonymousType() && symbol.
IsDelegateType
();