1 instantiation of InterceptsLocationData
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\InterceptsLocationUtilities.cs (1)
106result = new(contentHash, position);
7 references to InterceptsLocationData
Microsoft.CodeAnalysis.ResxSourceGenerator (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\InterceptsLocationUtilities.cs (7)
22public readonly bool Equals(InterceptsLocationData other) 31public static ImmutableArray<InterceptsLocationData> GetInterceptsLocationData(ImmutableArray<AttributeData> attributes) 33using var result = TemporaryArray<InterceptsLocationData>.Empty; 37if (TryGetInterceptsLocationData(attribute, out var data)) 44public static bool TryGetInterceptsLocationData(AttributeData attribute, out InterceptsLocationData result) 59public static bool TryGetInterceptsLocationData(int version, string attributeData, out InterceptsLocationData result) 70private static bool TryGetInterceptsLocationDataVersion1(string attributeData, out InterceptsLocationData result)