3 references to FullTypeName
Microsoft.AspNetCore.Components.Analyzers (3)
ComponentsApi.cs (1)
35public const string MetadataName = FullTypeName;
ForLoopIteratorInClosureAnalyzer.cs (1)
37compilationContext.Compilation.GetTypeByMetadataName(ComponentsApi.ComponentBase.FullTypeName)
StateHasChangedAnalyzer.cs (1)
201method.ContainingType.ToDisplayString() == ComponentsApi.ComponentBase.FullTypeName;