8 references to TryGetType
Microsoft.AspNetCore.Mvc.Analyzers (8)
TopLevelParameterNameAnalyzer.cs (8)
237
if (!
TryGetType
(SymbolNames.BindAttribute, out var bindAttribute))
242
if (!
TryGetType
(SymbolNames.ControllerAttribute, out var controllerAttribute))
247
if (!
TryGetType
(SymbolNames.FromBodyAttribute, out var fromBodyAttribute))
252
if (!
TryGetType
(SymbolNames.IApiBehaviorMetadata, out var apiBehaviorMetadata))
257
if (!
TryGetType
(SymbolNames.IBinderTypeProviderMetadata, out var iBinderTypeProviderMetadata))
262
if (!
TryGetType
(SymbolNames.IModelNameProvider, out var iModelNameProvider))
267
if (!
TryGetType
(SymbolNames.NonControllerAttribute, out var nonControllerAttribute))
272
if (!
TryGetType
(SymbolNames.NonActionAttribute, out var nonActionAttribute))