2 references to GetGloballyQualifiedNameIfNeeded
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
182
IntermediateNodeFactory.CSharpToken($"global::{ComponentsApi.EventCallback.FactoryAccessor}.{ComponentsApi.EventCallbackFactory.CreateMethod}<{TypeNameHelper.
GetGloballyQualifiedNameIfNeeded
(eventArgsType)}>(this, "));
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
60
_fieldTypeName = TypeNameHelper.
GetGloballyQualifiedNameIfNeeded
(componentCaptureTypeName);