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